Fix some warnings
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5970 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
10186d5dda
commit
123724ad1f
@ -42,7 +42,6 @@ static sem_id loglock;
|
||||
|
||||
void debug_printf(const char *text,...);
|
||||
void log_printf(const char *text,...);
|
||||
void log_create();
|
||||
|
||||
void debug_printf(const char *text,...)
|
||||
{
|
||||
|
@ -67,7 +67,7 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
void log_create();
|
||||
void log_create(void);
|
||||
void log_printf(const char *text,...);
|
||||
void debug_printf(const char *text,...);
|
||||
#ifdef __cplusplus
|
||||
@ -78,7 +78,7 @@ extern "C" {
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
void log_create();
|
||||
void log_create(void);
|
||||
void debug_printf(const char *text,...);
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user