mirror of
https://github.com/labwc/labwc.git
synced 2025-11-03 09:01:51 -05:00
9 lines
138 B
C
9 lines
138 B
C
#ifndef __LABWC_LOG_H
|
|
#define __LABWC_LOG_H
|
|
|
|
/**
|
|
* warn - print warning
|
|
*/
|
|
void warn(const char *err, ...);
|
|
|
|
#endif /* __LABWC_LOG_H */
|