This commit was generated by cvs2svn to compensate for changes in r2,
[ircu2.10.12-pk.git] / include / whocmds.h
diff --git a/include/whocmds.h b/include/whocmds.h
new file mode 100644 (file)
index 0000000..f471538
--- /dev/null
@@ -0,0 +1,15 @@
+#ifndef WHOCMDS_H
+#define WHOCMDS_H
+
+/*=============================================================================
+ * Macro's
+ */
+
+/*=============================================================================
+ * Proto types
+ */
+
+extern int m_who(aClient *cptr, aClient *sptr, int parc, char *parv[]);
+extern int m_whois(aClient *cptr, aClient *sptr, int parc, char *parv[]);
+
+#endif /* WHOCMDS_H */