diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-03-26 15:17:14 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-03-26 15:17:14 -0400 |
commit | 3ed78a832d7de7649a0e2840bbba200bea4b650c (patch) | |
tree | 17f08eb43f2354a8f08be07c2e79223f9174f52d /include | |
parent | bd60a5230cc0f722f44b7219567a32c7a5039d35 (diff) | |
download | stasis-3ed78a832d7de7649a0e2840bbba200bea4b650c.tar.gz |
Rebrand to OMC
Diffstat (limited to 'include')
-rw-r--r-- | include/strlist.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/strlist.h b/include/strlist.h index 84019b9..d76d069 100644 --- a/include/strlist.h +++ b/include/strlist.h @@ -2,8 +2,8 @@ * String array convenience functions * @file strlist.h */ -#ifndef SPM_STRLIST_H -#define SPM_STRLIST_H +#ifndef OMC_STRLIST_H +#define OMC_STRLIST_H #include <stdlib.h> #include "utils.h" #include "str.h" @@ -44,4 +44,4 @@ struct StrList *strlist_copy(struct StrList *pStrList); int strlist_cmp(struct StrList *a, struct StrList *b); void strlist_free(struct StrList *pStrList); -#endif //SPM_STRLIST_H +#endif //OMC_STRLIST_H |