Initial "gts1" commit.
[tac_plus.git] / enable.h
diff --git a/enable.h b/enable.h
new file mode 100644 (file)
index 0000000..10a4e8a
--- /dev/null
+++ b/enable.h
@@ -0,0 +1,12 @@
+#ifndef ENABLE_H
+#define ENABLE_H 1
+
+#include "tac_plus.h"
+
+
+struct authen_data;
+
+extern int enable_fn TAC_ARGS((struct authen_data *data));
+
+
+#endif /* ENABLE_H */