summaryrefslogblamecommitdiffstats
path: root/jacs/dat.h
blob: fca069f3cec9e0a1fbde44e58cfbb33e44f90ba4 (plain) (tree)
1
2
3
4
5
6
7
8
9
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