summaryrefslogtreecommitdiff
path: root/library.h
diff options
context:
space:
mode:
Diffstat (limited to 'library.h')
-rw-r--r--library.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/library.h b/library.h
index 4506621..03d6dc1 100644
--- a/library.h
+++ b/library.h
@@ -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 */