* create function to parse the output of goto into our folder structure
[citadel.git] / webcit / preferences.h
index 2d8fb1227dea69f868d61e6278768ad36ae9f5a8..3fd617d44e3c65d7022d739089f8cc5337009fcd 100644 (file)
@@ -51,3 +51,5 @@ const StrBuf *get_X_PREFS(const char *key, size_t keylen,
 
 #define set_x_pref(a, b, c) set_ROOM_PREFS(a, sizeof(a) - 1, b, sizeof(b) - 1, c, d)
 void set_X_PREFS(const char *key, size_t keylen, const char *xkey, size_t xkeylen, StrBuf *value, int save_to_server);
+
+int goto_config_room(StrBuf *Buf, folder *room);