diff options
Diffstat (limited to 'include/util.h')
-rw-r--r-- | include/util.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/util.h b/include/util.h index 0e2b289..70ae619 100644 --- a/include/util.h +++ b/include/util.h @@ -11,11 +11,6 @@ enum exit_status { EXIT_ABNORMAL = 255, }; -struct path { - const char **segments; - int segsz, seglen; -}; - void *must_malloc(size_t size); void *must_calloc(size_t nmemb, size_t size); void *must_realloc(void *ptr, size_t size); |