diff options
Diffstat (limited to 'jacs/dat.h')
-rw-r--r-- | jacs/dat.h | 10 |
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 |