diff smsc-daemon/logging.h @ 3:8680979baeb1

smsc-daemon: first version put together
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 17 Aug 2023 22:56:49 -0800
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/smsc-daemon/logging.h	Thu Aug 17 22:56:49 2023 -0800
@@ -0,0 +1,4 @@
+/* logging categories */
+enum {
+	DMAIN,
+};