diff options
Diffstat (limited to 'src/modules/time.h')
| -rw-r--r-- | src/modules/time.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/modules/time.h b/src/modules/time.h index 2dec7d5..8ffc164 100644 --- a/src/modules/time.h +++ b/src/modules/time.h @@ -1,15 +1,10 @@ #ifndef _DWXINFO_MODULES_TIME_H_ #define _DWXINFO_MODULES_TIME_H_ -#define TIME_VALUE_SIZE 32 - -struct time { - char value[TIME_VALUE_SIZE]; -}; - struct time * time_new(); void time_free(struct time *); void time_update(struct time *); +const char * time_get_val(struct time *); #endif |
