* uip/sendsbr.c: replaced st_mtim with st_mtime, that's what
[mmh] / h / utils.h
1
2 /*
3  * utils.h -- utility prototypes
4  *
5  * $Id$
6  */
7
8 void *mh_xmalloc(size_t);
9 void *mh_xrealloc(void *, size_t);
10 char *pwd(void);
11 char *add(char *, char *);
12 void create_folder(char *, int, void (*)());
13 int num_digits(int);