diff options
Diffstat (limited to 'aufgabe3/log.h')
| -rw-r--r-- | aufgabe3/log.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aufgabe3/log.h b/aufgabe3/log.h index e6b171f..1d046f8 100644 --- a/aufgabe3/log.h +++ b/aufgabe3/log.h @@ -1,7 +1,7 @@ #ifndef _LOG_H #define _LOG_H -void log(); -void log_cleanup(); +void logmsg(); +void logmsg_cleanup(); #endif |
