summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-12-28 11:55:47 +0100
committerVolker Lendecke <vl@samba.org>2010-12-28 12:59:11 +0100
commite1ab3c3470a7f1159d52ed0c1eacf4a5a7b6bc2b (patch)
tree70788036966b2f284583d2b5fefb415afbe21992 /source3/include/proto.h
parentb0ff97d8d37957fc34861214b6cbab513072bef1 (diff)
downloadsamba-e1ab3c3470a7f1159d52ed0c1eacf4a5a7b6bc2b.tar.gz
samba-e1ab3c3470a7f1159d52ed0c1eacf4a5a7b6bc2b.tar.bz2
samba-e1ab3c3470a7f1159d52ed0c1eacf4a5a7b6bc2b.zip
s3: Remove an ancient typedef
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index f9bf72f7a3..af2b359531 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -2699,7 +2699,7 @@ bool saf_store( const char *domain, const char *servername );
bool saf_join_store( const char *domain, const char *servername );
bool saf_delete( const char *domain );
char *saf_fetch( const char *domain );
-NODE_STATUS_STRUCT *node_status_query(int fd,
+struct node_status *node_status_query(int fd,
struct nmb_name *name,
const struct sockaddr_storage *to_ss,
int *num_names,