diff options
author | Himbeer <himbeer@disroot.org> | 2025-05-06 11:53:56 +0200 |
---|---|---|
committer | Himbeer <himbeer@disroot.org> | 2025-05-06 11:53:56 +0200 |
commit | 773d0876aca8ddcc3e37caca8a63f62249d0b3d9 (patch) | |
tree | 5257f1491529bc62ed8c7dc0c0d8d9b3ba188c4f /include/util.h | |
parent | 1d19bd1c66f8aa68848404a4b724dc3ca795b0da (diff) |
Implement toplevel parsing
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); |