diff options
Diffstat (limited to 'library.h')
-rw-r--r-- | library.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -288,7 +288,7 @@ const char** library_exported_names_each_alias( /* Returns 0 if the exported names list does not contain a given name, or 1 if * it does */ -int library_exported_names_contains(struct library_exported_names* names, - const char* queryname); +int library_exported_names_contains(struct library_exported_names *names, + const char *queryname); #endif /* LIBRARY_H */ |