diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-02-07 09:35:01 -0500 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-02-07 09:35:49 -0500 |
| commit | ecc4d697cd463cf84fd4a10bd09a46f92af9e1a1 (patch) | |
| tree | 4c6491da55ceabab557e1daee8a8b9f6f24543d6 /lib/memory.h | |
| parent | 4634d02cfd86685156b29c8084a979749efe15e2 (diff) | |
lib: MTYPE_PREFIX_FLOWSPEC should not be exposed by memory.h
This MTYPE should be owned by prefix.c as a STATIC for the file.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'lib/memory.h')
| -rw-r--r-- | lib/memory.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/memory.h b/lib/memory.h index 2d6c144778..1a0269f8bb 100644 --- a/lib/memory.h +++ b/lib/memory.h @@ -137,7 +137,6 @@ struct memgroup { DECLARE_MGROUP(LIB) DECLARE_MTYPE(TMP) -DECLARE_MTYPE(PREFIX_FLOWSPEC) extern void *qmalloc(struct memtype *mt, size_t size) |
