aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/dlm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dlm.h')
-rwxr-xr-xsrc/dlm.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/dlm.h b/src/dlm.h
new file mode 100755
index 0000000..1ef23fd
--- /dev/null
+++ b/src/dlm.h
@@ -0,0 +1,8 @@
+/* dlm.h - 2004/07/04 */
+
+#ifndef __DLM_H__
+#define __DLM_H__
+
+int dlm (const gchar *s, const gchar *t);
+
+#endif /* __DLM_H__ */