This commit was generated by cvs2svn to compensate for changes in r2,
[ircu2.10.12-pk.git] / include / s_auth.h
diff --git a/include/s_auth.h b/include/s_auth.h
new file mode 100644 (file)
index 0000000..c325432
--- /dev/null
@@ -0,0 +1,12 @@
+#ifndef S_AUTH_H
+#define S_AUTH_H
+
+/*=============================================================================
+ * Proto types
+ */
+
+extern void start_auth(aClient *cptr);
+extern void send_authports(aClient *cptr);
+extern void read_authports(aClient *cptr);
+
+#endif /* S_AUTH_H */