mirror of
https://github.com/profanity-im/profanity.git
synced 2024-10-06 20:03:46 -04:00
8 lines
92 B
C
8 lines
92 B
C
#ifndef UTIL_H
|
|
#define UTIL_H
|
|
|
|
void get_time(char *thetime);
|
|
char *trim(char *str);
|
|
|
|
#endif
|