Fix timestamp configuration state

This commit is contained in:
Martin Lund 2022-07-06 13:21:59 +02:00
parent 8b6a0cf63c
commit 72fd2f2980
2 changed files with 6 additions and 3 deletions

View file

@ -36,7 +36,6 @@ enum timestamp_t
TIMESTAMP_END,
};
const char* timestamp_token(enum timestamp_t timestamp);
enum timestamp_t timestamp_option_parse(const char *arg);
/* Options */