diff options
Diffstat (limited to 'src/slv2_internal.h')
-rw-r--r-- | src/slv2_internal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/slv2_internal.h b/src/slv2_internal.h index 9ba8606..adf9e8b 100644 --- a/src/slv2_internal.h +++ b/src/slv2_internal.h @@ -268,8 +268,8 @@ struct _SLV2Results { /* ********* Utilities ********* */ -char* slv2_strjoin(const char* first, ...); -char* slv2_get_lang(); +char* slv2_strjoin(const char* first, ...); +const char* slv2_get_lang(); /* ********* Dynamic Manifest ********* */ |