mirror of
https://github.com/vanilla-wiiu/vanilla.git
synced 2025-01-22 16:21:48 -05:00
7 lines
No EOL
168 B
C
7 lines
No EOL
168 B
C
#ifndef VANILLA_SERVER_STATUS_H
|
|
#define VANILLA_SERVER_STATUS_H
|
|
|
|
void print_status(int errno);
|
|
void print_info(const char *str, ...);
|
|
|
|
#endif // VANILLA_SERVER_STATUS_H
|