0
1
mirror of https://github.com/profanity-im/profanity.git synced 2025-11-13 12:44:03 -05:00
Files
profanity/util.h
James Booth f020ec9c82 Time output
2012-02-09 00:48:17 +00:00

7 lines
69 B
C

#ifndef UTIL_H
#define UTIL_H
void get_time(char *thetime);
#endif