diff options
Diffstat (limited to 'include/wheel.h')
-rw-r--r-- | include/wheel.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/wheel.h b/include/wheel.h index cca15d4..94cf46a 100644 --- a/include/wheel.h +++ b/include/wheel.h @@ -1,5 +1,5 @@ -#ifndef OMC_WHEEL_H -#define OMC_WHEEL_H +#ifndef STASIS_WHEEL_H +#define STASIS_WHEEL_H #include <dirent.h> #include <string.h> @@ -18,4 +18,4 @@ struct Wheel { }; struct Wheel *get_wheel_file(const char *basepath, const char *name, char *to_match[]); -#endif //OMC_WHEEL_H +#endif //STASIS_WHEEL_H |