diff options
Diffstat (limited to 'include/is_updated.hh')
| -rw-r--r-- | include/is_updated.hh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/is_updated.hh b/include/is_updated.hh new file mode 100644 index 0000000..5d33804 --- /dev/null +++ b/include/is_updated.hh @@ -0,0 +1,7 @@ +#ifndef IS_UPDATED +#define IS_UPDATED + +#include <string> +bool is_updated(std::string src); + +#endif |
