s3-svcctl: use pidl based struct SERVICE_STATUS.
[amitay/samba.git] / source3 / include / rpc_svcctl.h
index 2b30bfbfb148ecd881a50b5190faed50c2772d85..b12cecb56cd2dacb0920883c1e127a382e9eb4e7 100644 (file)
 
 /* utility structures for RPCs */
 
-/*
- * "struct SERVICE_STATUS" comes from librpc/gen_ndr/svcctl.h
- */
-
-typedef struct SERVICE_STATUS SERVICE_STATUS;
-
 typedef struct {
        UNISTR servicename;
        UNISTR displayname;
-       SERVICE_STATUS status;
+       struct SERVICE_STATUS status;
 } ENUM_SERVICES_STATUS;
 
 /* rpc structures */