ef546fc369
Obtained from [1] at the request of Nerijus Baliunas [2]. [1] https://web.archive.org/web/20110720231607/http://www.fcoutant.freesurf.fr/download/wmmenu-1.2.tar.gz [2] http://lists.windowmaker.org/dev/msg07991.html
9 lines
146 B
C
9 lines
146 B
C
#ifndef error_h_
|
|
#define error_h_
|
|
|
|
extern void warn (const char * fmt, ...) ;
|
|
extern void error (const char * fmt, ...) ;
|
|
|
|
#endif /* error_h_ */
|
|
|