From 3ed78a832d7de7649a0e2840bbba200bea4b650c Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 26 Mar 2024 15:17:14 -0400 Subject: Rebrand to OMC --- include/strlist.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/strlist.h') 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 #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 -- cgit