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 1d046f8..e6b171f 100644 --- a/aufgabe3/log.h +++ b/aufgabe3/log.h @@ -1,7 +1,7 @@ #ifndef _LOG_H #define _LOG_H -void logmsg(); -void logmsg_cleanup(); +void log(); +void log_cleanup(); #endif |
