diff options
Diffstat (limited to 'src/lib/util/corefile.h')
-rw-r--r-- | src/lib/util/corefile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util/corefile.h b/src/lib/util/corefile.h index 182d8c76ad9..79ec9518cac 100644 --- a/src/lib/util/corefile.h +++ b/src/lib/util/corefile.h @@ -66,7 +66,7 @@ TYPE DEFINITIONS ***************************************************************************/ -typedef struct _core_file core_file; +struct core_file; |