diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-03-18 17:00:30 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-03-18 17:00:30 -0400 |
| commit | 6086b2dbda874d5538e878101c7ee98a10fdeddb (patch) | |
| tree | 9e96e8e279a433cc5484358f10b15f87634463f9 /stdlib/paths.h | |
| parent | bc054ab6c6b6974c315cce21abb3405e443acd3e (diff) | |
Expose PathType as a proper enum
Diffstat (limited to 'stdlib/paths.h')
| -rw-r--r-- | stdlib/paths.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stdlib/paths.h b/stdlib/paths.h index f65bd3ca..6c6cebd3 100644 --- a/stdlib/paths.h +++ b/stdlib/paths.h @@ -65,6 +65,7 @@ void Path$serialize(const void *obj, FILE *out, Table_t *pointers, const TypeInf void Path$deserialize(FILE *in, void *obj, Array_t *pointers, const TypeInfo_t *type); extern const TypeInfo_t Path$info; +extern const TypeInfo_t PathType$info; // vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0 |
