mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
log: add die() for convenience
This commit is contained in:
parent
c8040e4d3b
commit
aab7b71520
2 changed files with 17 additions and 0 deletions
|
|
@ -11,4 +11,9 @@ void info(const char *msg, ...);
|
|||
*/
|
||||
void warn(const char *err, ...);
|
||||
|
||||
/**
|
||||
* die - print fatal message and exit()
|
||||
*/
|
||||
void die(const char *err, ...);
|
||||
|
||||
#endif /* __LABWC_LOG_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue