X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=userv.git;a=blobdiff_plain;f=both.h;h=6fd04a5e2561cf56c2390fb71d7e6449e0698e5e;hp=084405db4a461f74a40446b080b4f2df597e50d9;hb=949af4df9625f3371e146f7c78f4f1a17a2bf6db;hpb=c7ad3b51358d0b7704e5670d973ad1a376caf4e1 diff --git a/both.h b/both.h index 084405d..6fd04a5 100644 --- a/both.h +++ b/both.h @@ -23,7 +23,17 @@ #ifndef BOTH_H #define BOTH_H +/* provided by both.c */ + +void *xmalloc(size_t s); +void *xrealloc(void *p, size_t s); +char *xstrsave(const char *s); + int working_getc(FILE *file); size_t working_fread(void *ptr, size_t sz, FILE *file); +/* used by both.c, so must be present */ + +void syscallerror(const char *what) NONRETURNING; + #endif