summaryrefslogtreecommitdiffstats
path: root/src/structs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/structs.h')
-rw-r--r--src/structs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/structs.h b/src/structs.h
index ebd94c3619..560ce42b41 100644
--- a/src/structs.h
+++ b/src/structs.h
@@ -1445,6 +1445,10 @@ typedef struct
{
int dummy;
} funcdict_T;
+typedef struct
+{
+ int dummy;
+} funccal_entry_T;
#endif
struct partial_S