From 6086b2dbda874d5538e878101c7ee98a10fdeddb Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 18 Mar 2025 17:00:30 -0400 Subject: Expose PathType as a proper enum --- stdlib/paths.h | 1 + 1 file changed, 1 insertion(+) (limited to 'stdlib/paths.h') 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 -- cgit v1.2.3