summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/suff.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/make/suff.h')
-rw-r--r--usr.bin/make/suff.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/make/suff.h b/usr.bin/make/suff.h
index 8e1b406..9982ab4 100644
--- a/usr.bin/make/suff.h
+++ b/usr.bin/make/suff.h
@@ -42,13 +42,14 @@
#define suff_h_2d5a821c
struct GNode;
+struct Path;
void Suff_ClearSuffixes(void);
Boolean Suff_IsTransform(char *);
struct GNode *Suff_AddTransform(char *);
void Suff_EndTransform(const struct GNode *);
void Suff_AddSuffix(char *);
-Lst *Suff_GetPath(char *);
+struct Path *Suff_GetPath(char *);
void Suff_DoPaths(void);
void Suff_AddInclude(char *);
void Suff_AddLib(char *);
OpenPOWER on IntegriCloud