surf/common.h
Quentin Rameau 1901359efa Add a file for shared functions
New common.[hc] files where shared functions between surf and
webkitextension will be put. First addition is die().
2018-10-08 11:38:03 +02:00

4 lines
44 B
C

#define MSGBUFSZ 32
void die(char *, ...);