diff options
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/new_map.c | 2 | ||||
| -rw-r--r-- | examples/new_smap.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/new_map.c b/examples/new_map.c index a7008e4f..97fce008 100644 --- a/examples/new_map.c +++ b/examples/new_map.c @@ -1,7 +1,7 @@ #include <stc/cstr.h>
#include <stc/forward.h>
-forward_cmap(cmap_pnt, struct Point, int, uint32_t);
+forward_cmap(cmap_pnt, struct Point, int);
struct MyStruct {
cmap_pnt pntmap;
diff --git a/examples/new_smap.c b/examples/new_smap.c index 431f18c4..382d27ae 100644 --- a/examples/new_smap.c +++ b/examples/new_smap.c @@ -1,7 +1,7 @@ #include <stc/cstr.h>
#include <stc/forward.h>
-forward_csmap(PMap, struct Point, int, uint32_t);
+forward_csmap(PMap, struct Point, int);
// Use forward declared PMap in struct
struct MyStruct {
|
