Skip to content
Snippets Groups Projects
Unverified Commit 52ee93f1 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

libgluonutil: add missing gluonutil_get_primary_domain() prototype

Fixes respondd on 64bit archs, as gluonutil_get_primary_domain() was
assumed to return int without the prototype.

Fixes: bcf57467 ("libgluonutil: implement gluonutil_get_primary_domain()")
parent fd3ecea9
No related branches found
No related tags found
No related merge requests found
...@@ -54,6 +54,7 @@ struct json_object * gluonutil_wrap_and_free_string(char *str); ...@@ -54,6 +54,7 @@ struct json_object * gluonutil_wrap_and_free_string(char *str);
bool gluonutil_has_domains(void); bool gluonutil_has_domains(void);
char * gluonutil_get_domain(void); char * gluonutil_get_domain(void);
char * gluonutil_get_primary_domain(void);
struct json_object * gluonutil_load_site_config(void); struct json_object * gluonutil_load_site_config(void);
#endif /* _LIBGLUON_LIBGLUON_H_ */ #endif /* _LIBGLUON_LIBGLUON_H_ */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment