Skip to content

Commit

Permalink
Move utils_utf8_strdown() under GEANY_PRIVATE in utils.h
Browse files Browse the repository at this point in the history
  • Loading branch information
techee committed Jun 19, 2024
1 parent 90027eb commit 944f188
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,6 @@ gboolean utils_spawn_async(const gchar *dir, gchar **argv, gchar **env, GSpawnFl
GSpawnChildSetupFunc child_setup, gpointer user_data, GPid *child_pid,
GError **error);

gchar *utils_utf8_strdown(const gchar *str);

gint utils_str_casecmp(const gchar *s1, const gchar *s2);

gchar *utils_get_date_time(const gchar *format, time_t *time_to_use);
Expand Down Expand Up @@ -338,6 +336,8 @@ void utils_start_new_geany_instance(const gchar *doc_path);

gchar *utils_get_os_info_string(void);

gchar *utils_utf8_strdown(const gchar *str);

#endif /* GEANY_PRIVATE */

G_END_DECLS
Expand Down

0 comments on commit 944f188

Please sign in to comment.