Ignore:
Timestamp:
Nov 24, 2016, 1:14:11 PM (9 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to version 4.4.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source3/lib/netapi/netapi.h

    r740 r988  
    12341234};
    12351235
     1236
     1237
     1238
     1239
     1240
     1241
     1242
     1243
     1244
     1245
     1246
     1247
     1248
    12361249struct SHARE_INFO_1004 {
    12371250        const char * shi1004_remark;
     
    12971310#define DS_SELECT_SECRET_DOMAIN_6_FLAG ( 0x00000800 )
    12981311#define DS_FULL_SECRET_DOMAIN_6_FLAG ( 0x00001000 )
     1312
     1313
    12991314#define DS_DNS_CONTROLLER_FLAG ( 0x20000000 )
    13001315#define DS_DNS_DOMAIN_FLAG ( 0x40000000 )
     
    14121427
    14131428/****************************************************************
     1429
    14141430****************************************************************/
    14151431
    1416 const char *libnetapi_errstr(NET_API_STATUS status);
     1432char *libnetapi_errstr(NET_API_STATUS status);
    14171433
    14181434/****************************************************************
     1435
     1436
    14191437****************************************************************/
    14201438
    1421 const char *libnetapi_get_error_string(struct libnetapi_ctx *ctx,
    1422                                        NET_API_STATUS status);
     1439char *libnetapi_get_error_string(struct libnetapi_ctx *ctx,
     1440                                 NET_API_STATUS status);
    14231441
    14241442/****************************************************************
     
    16121630                                uint8_t *buffer /* [in] [ref] */,
    16131631                                uint32_t *parm_error /* [out] [ref] */);
     1632
     1633
     1634
     1635
     1636
     1637
     1638
     1639
     1640
     1641
     1642
     1643
     1644
     1645
     1646
     1647
     1648
    16141649
    16151650/************************************************************//**
Note: See TracChangeset for help on using the changeset viewer.