mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
Remove info() and die()
This commit is contained in:
parent
22f5073ebd
commit
20fd8f59a7
11 changed files with 26 additions and 51 deletions
|
|
@ -1,19 +1,9 @@
|
|||
#ifndef __LABWC_LOG_H
|
||||
#define __LABWC_LOG_H
|
||||
|
||||
/**
|
||||
* info - print info message
|
||||
*/
|
||||
void info(const char *msg, ...);
|
||||
|
||||
/**
|
||||
* warn - print warning
|
||||
*/
|
||||
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