fix from_time_t function

This commit is contained in:
William Hubbs
2017-05-11 16:18:41 -05:00
parent cf5e9aa2bb
commit 6b4050ab9c
3 changed files with 5 additions and 6 deletions

View File

@@ -69,7 +69,7 @@ RC_DEPTREE *_rc_deptree_load (int, int *);
bool _rc_can_find_pids(void);
RC_SERVICE lookup_service_state(const char *service);
char *from_time_t(time_t tv);
void from_time_t(char *time_string, time_t tv);
time_t to_time_t(char *timestring);
#endif