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 /environment.h | |
| parent | bc054ab6c6b6974c315cce21abb3405e443acd3e (diff) | |
Expose PathType as a proper enum
Diffstat (limited to 'environment.h')
| -rw-r--r-- | environment.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/environment.h b/environment.h index aa820892..fbd75c8e 100644 --- a/environment.h +++ b/environment.h @@ -75,6 +75,7 @@ extern type_t *TEXT_TYPE; extern type_t *MATCH_TYPE; extern type_t *RNG_TYPE; extern type_t *PATH_TYPE; +extern type_t *PATH_TYPE_TYPE; extern type_t *THREAD_TYPE; // vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0 |
