summaryrefslogtreecommitdiffstats
path: root/jacs/dat.h
diff options
context:
space:
mode:
Diffstat (limited to 'jacs/dat.h')
-rw-r--r--jacs/dat.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/jacs/dat.h b/jacs/dat.h
new file mode 100644
index 0000000..fca069f
--- /dev/null
+++ b/jacs/dat.h
@@ -0,0 +1,10 @@
+#ifndef JDAT_H
+#define JDAT_H
+
+void *reallocj(void *p, int s, short d);
+char *setwindowlbl(char *w);
+char *getwindowlbl(void);
+char *mktmstmp(char bord, char bord_e);
+char *printjid(char *user, char *serv, char *reso);
+
+#endif