diff options
Diffstat (limited to 'include/is_updated.h')
| -rw-r--r-- | include/is_updated.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/is_updated.h b/include/is_updated.h new file mode 100644 index 0000000..7532b32 --- /dev/null +++ b/include/is_updated.h @@ -0,0 +1,6 @@ +#ifndef IS_UPDATED_H +#define IS_UPDATED_H + +bool is_updated(const char *src); + +#endif
\ No newline at end of file |
