summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1998-09-25 23:28:41 +0000
committerJeremy Allison <jra@samba.org>1998-09-25 23:28:41 +0000
commit14f9495e4c5ff98cd15bf18d7fbc63c1b491cfea (patch)
treef88a16af45333d60b11c16402d7acc36d4c8b74e
parentc9d26f921c57bb01cec77488835991fc51903116 (diff)
downloadsamba-14f9495e4c5ff98cd15bf18d7fbc63c1b491cfea.tar.gz
samba-14f9495e4c5ff98cd15bf18d7fbc63c1b491cfea.tar.bz2
samba-14f9495e4c5ff98cd15bf18d7fbc63c1b491cfea.zip
Added missing display enum.
Jeremy. (This used to be commit 535ac8a7c204a223a57d561bb12f1934b852a579)
-rw-r--r--source3/include/rpcclient.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/rpcclient.h b/source3/include/rpcclient.h
index 2fa91152cc..1065b7c159 100644
--- a/source3/include/rpcclient.h
+++ b/source3/include/rpcclient.h
@@ -115,4 +115,6 @@ struct client_info
struct nt_client_info dom;
};
+enum action_type {ACTION_HEADER, ACTION_ENUMERATE, ACTION_FOOTER};
+
#endif /* _RPCCLIENT_H */