aboutsummaryrefslogtreecommitdiff
path: root/src/utils.c
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2024-05-02 00:42:08 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2024-05-02 00:42:08 -0400
commita970d40094aca5ce43e3bf91b9a5a2323c41ead8 (patch)
treeebeed41a1ad333678b5da3892a8b65f3adcabf71 /src/utils.c
parent2f26379607d6829f598c03e06de6ebc0b38880d6 (diff)
downloadstasis-a970d40094aca5ce43e3bf91b9a5a2323c41ead8.tar.gz
Convert ohmycal to a library
Diffstat (limited to 'src/utils.c')
-rw-r--r--src/utils.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/utils.c b/src/utils.c
index d41400e..c1f78e5 100644
--- a/src/utils.c
+++ b/src/utils.c
@@ -1,8 +1,6 @@
#include <stdarg.h>
#include "omc.h"
-extern struct OMC_GLOBAL globals;
-
char *dirstack[OMC_DIRSTACK_MAX];
const ssize_t dirstack_max = sizeof(dirstack) / sizeof(dirstack[0]);
ssize_t dirstack_len = 0;