From 4d3e462531d2172cb13319c7f79c0e2228e652fa Mon Sep 17 00:00:00 2001 From: Sam Light Date: Wed, 10 Sep 2025 19:37:28 +0100 Subject: Big update --- src/modules/time.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/modules/time.h') 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 -- cgit v1.2.3