diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2003-09-14 12:31:33 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2003-09-14 12:31:33 +0000 |
| commit | faf94801fd377e933fea2a07b2873788d05fe672 (patch) | |
| tree | 1cea0f2344264c01652889b9f3cbc0119cb30b33 /usr.bin/make/dir.h | |
| parent | 62c45ef40a2f54e18a82659915908a96f62d692b (diff) | |
Notes
Diffstat (limited to 'usr.bin/make/dir.h')
| -rw-r--r-- | usr.bin/make/dir.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/make/dir.h b/usr.bin/make/dir.h index ec706432a24b..549d531e6fc7 100644 --- a/usr.bin/make/dir.h +++ b/usr.bin/make/dir.h @@ -55,6 +55,7 @@ typedef struct Path { } Path; void Dir_Init(void); +void Dir_InitDot(void); void Dir_End(void); Boolean Dir_HasWildcards(char *); void Dir_Expand(char *, Lst, Lst); |
