Skip to content

Commit b3df958

Browse files
committed
fix compatibility issues
1 parent 36a8f38 commit b3df958

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

hardv.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ void parseinit(char *path);
4444
struct card *parsecard(struct card *dst);
4545
void parsedone(void);
4646

47-
4847
/* utils.c */
4948
time_t elapsecs(char *buf);
5049
void err(char *fmt, ...);

utils.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
#include <time.h>
77
#include "hardv.h"
88

9+
char *strptime(const char *, const char *, struct tm *);
10+
time_t timegm(struct tm *);
11+
912
void
1013
syserr()
1114
{

0 commit comments

Comments
 (0)