Skip to content
Snippets Groups Projects
Commit ab1b97ec authored by Gary E. Miller's avatar Gary E. Miller :speech_balloon:
Browse files

ntp_filegen: mark one attribute pure.

parent f33a5987
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,8 @@
#define SUFFIX_SEP '.'
static void filegen_open (FILEGEN *, const time_t);
static int valid_fileref (const char *, const char *);
static int valid_fileref (const char *, const char *)
__attribute__((pure));
static void filegen_init (const char *, const char *, FILEGEN *);
#ifdef DEBUG
static void filegen_uninit (FILEGEN *);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment