summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 */