mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
10 lines
138 B
C
10 lines
138 B
C
|
|
#ifndef __LABWC_LOG_H
|
||
|
|
#define __LABWC_LOG_H
|
||
|
|
|
||
|
|
/**
|
||
|
|
* warn - print warning
|
||
|
|
*/
|
||
|
|
void warn(const char *err, ...);
|
||
|
|
|
||
|
|
#endif /* __LABWC_LOG_H */
|