diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2024-06-21 12:49:45 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-21 12:49:45 -0400 |
commit | 77a0276d9f37bcf828c77f9bcc59ff945116274e (patch) | |
tree | 91cf7cb955798ad40718341172b0a8ffbc59a1f2 /include/junitxml.h | |
parent | 931ee28eb9c5b5e3c2b0d3008f5f65d810dc9b0c (diff) | |
download | stasis-77a0276d9f37bcf828c77f9bcc59ff945116274e.tar.gz |
Rebrand OhMyCal (OMC) as STASIS (#7)
Diffstat (limited to 'include/junitxml.h')
-rw-r--r-- | include/junitxml.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/junitxml.h b/include/junitxml.h index 2d94eb8..504b8e4 100644 --- a/include/junitxml.h +++ b/include/junitxml.h @@ -1,6 +1,6 @@ /// @file junitxml.h -#ifndef OMC_JUNITXML_H -#define OMC_JUNITXML_H +#ifndef STASIS_JUNITXML_H +#define STASIS_JUNITXML_H #include <libxml/xmlreader.h> #define JUNIT_RESULT_STATE_NONE 0 @@ -132,4 +132,4 @@ struct JUNIT_Testsuite *junitxml_testsuite_read(const char *filename); */ void junitxml_testsuite_free(struct JUNIT_Testsuite **testsuite); -#endif //OMC_JUNITXML_H +#endif //STASIS_JUNITXML_H |