diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-01-24 15:12:00 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-01-24 15:17:46 +0100 |
commit | 048c80bf5472ff5492e543a33c28a370ed3efea8 (patch) | |
tree | 2e68319b02fd3a27e1acd3a478bc6423b2d43054 /source3/librpc/gen_ndr/dfs.h | |
parent | 530e503a9208212bfe98aeaa6eddefe77afb7b88 (diff) | |
download | samba-048c80bf5472ff5492e543a33c28a370ed3efea8.tar.gz samba-048c80bf5472ff5492e543a33c28a370ed3efea8.tar.bz2 samba-048c80bf5472ff5492e543a33c28a370ed3efea8.zip |
rerun 'make idl'
metze
(This used to be commit 37b95450518419e2153e9930b63f894b68096d3d)
Diffstat (limited to 'source3/librpc/gen_ndr/dfs.h')
-rw-r--r-- | source3/librpc/gen_ndr/dfs.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/librpc/gen_ndr/dfs.h b/source3/librpc/gen_ndr/dfs.h index 38e7f93950..dc11e70b59 100644 --- a/source3/librpc/gen_ndr/dfs.h +++ b/source3/librpc/gen_ndr/dfs.h @@ -37,8 +37,6 @@ struct dfs_Info1 { #define DFS_VOLUME_STATE_STANDALONE ( DFS_VOLUME_FLAVOR_STANDALONE ) #define DFS_VOLUME_STATE_AD_BLOB ( DFS_VOLUME_FLAVOR_AD_BLOB ) -; - struct dfs_Info2 { const char *path;/* [unique,charset(UTF16)] */ const char *comment;/* [unique,charset(UTF16)] */ @@ -51,8 +49,6 @@ struct dfs_Info2 { #define DFS_STORAGE_STATE_ONLINE ( 2 ) #define DFS_STORAGE_STATE_ACTIVE ( 4 ) -; - struct dfs_StorageInfo { uint32_t state; const char *server;/* [unique,charset(UTF16)] */ @@ -84,8 +80,6 @@ struct dfs_Info4 { #define DFS_PROPERTY_FLAG_TARGET_FAILBACK ( 0x08 ) #define DFS_PROPERTY_FLAG_CLUSTER_ENABLED ( 0x10 ) -; - struct dfs_Info5 { const char *path;/* [unique,charset(UTF16)] */ const char *comment;/* [unique,charset(UTF16)] */ |