1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-27 22:50:26 +03:00

Added missing display enum.

Jeremy.
(This used to be commit 535ac8a7c204a223a57d561bb12f1934b852a579)
This commit is contained in:
Jeremy Allison 1998-09-25 23:28:41 +00:00
parent c9d26f921c
commit 14f9495e4c

View File

@ -115,4 +115,6 @@ struct client_info
struct nt_client_info dom;
};
enum action_type {ACTION_HEADER, ACTION_ENUMERATE, ACTION_FOOTER};
#endif /* _RPCCLIENT_H */