diff options
Diffstat (limited to 'src/path_iter.h')
-rw-r--r-- | src/path_iter.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/path_iter.h b/src/path_iter.h index b3b23e8..f57c6ef 100644 --- a/src/path_iter.h +++ b/src/path_iter.h @@ -20,12 +20,10 @@ typedef struct { ZixPathIterState state; } ZixPathIter; -ZIX_PURE_FUNC -ZixPathIter +ZIX_PURE_FUNC ZixPathIter zix_path_begin(const char* ZIX_NULLABLE path); -ZIX_PURE_FUNC -ZixPathIter +ZIX_PURE_FUNC ZixPathIter zix_path_next(const char* ZIX_NONNULL path, ZixPathIter iter); #endif // ZIX_PATH_ITER_H |