Merge branch 'u2_10_12_branch' of git://git.code.sf.net/p/undernet-ircu/ircu2
[ircu2.10.12-pk.git] / include / s_numeric.h
diff --git a/include/s_numeric.h b/include/s_numeric.h
new file mode 100644 (file)
index 0000000..6a9c1de
--- /dev/null
@@ -0,0 +1,17 @@
+/** @file s_numeric.h
+ * @brief Send a numeric message to a client.
+ * @version $Id$
+ */
+#ifndef INCLUDED_s_numeric_h
+#define INCLUDED_s_numeric_h
+
+struct Client;
+
+/*
+ * Prototypes
+ */
+
+extern int do_numeric(int numeric, int nnn, struct Client *cptr, struct Client *sptr,
+    int parc, char *parv[]);
+
+#endif /* INCLUDED_s_numeric_h */