aboutsummaryrefslogtreecommitdiff
path: root/include/strlist.h
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2024-06-21 12:49:45 -0400
committerGitHub <noreply@github.com>2024-06-21 12:49:45 -0400
commit77a0276d9f37bcf828c77f9bcc59ff945116274e (patch)
tree91cf7cb955798ad40718341172b0a8ffbc59a1f2 /include/strlist.h
parent931ee28eb9c5b5e3c2b0d3008f5f65d810dc9b0c (diff)
downloadstasis-77a0276d9f37bcf828c77f9bcc59ff945116274e.tar.gz
Rebrand OhMyCal (OMC) as STASIS (#7)
Diffstat (limited to 'include/strlist.h')
-rw-r--r--include/strlist.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/strlist.h b/include/strlist.h
index 3f35e23..dd22a0a 100644
--- a/include/strlist.h
+++ b/include/strlist.h
@@ -2,8 +2,8 @@
* String array convenience functions
* @file strlist.h
*/
-#ifndef OMC_STRLIST_H
-#define OMC_STRLIST_H
+#ifndef STASIS_STRLIST_H
+#define STASIS_STRLIST_H
#include <stdlib.h>
#include "utils.h"
#include "str.h"
@@ -52,4 +52,4 @@ extern int strlist_errno;
const char *strlist_get_error(int flag);
-#endif //OMC_STRLIST_H
+#endif //STASIS_STRLIST_H