Make the library when building dist and normal targets
[omfsprogs.git] / io.h
blob7f319f47a7279d2930fd548b3c15ff1f274d0539
1 #ifndef IO_H
2 #define IO_H
4 char *escape(char *s);
5 void sad_print(char *fmt, check_context_t *ctx);
6 int prompt_yesno(char *msg);
8 #endif