diff options
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 |
