Miscellaneous fixes.
[bluesky.git] / bluesky / bluesky.h
index 09d2755..7419cd4 100644 (file)
@@ -18,6 +18,8 @@ extern "C" {
 
 void bluesky_init(void);
 
+gchar *bluesky_lowercase(const gchar *s);
+
 /* Reference-counted blocks of memory, used for passing data in and out of
  * storage backends and in other places. */
 typedef struct {