Replace session's value with sessions's cookies
[src/app-framework-binder.git] / src / afb-apis.h
index 3e90f66..9b060ce 100644 (file)
@@ -28,7 +28,6 @@ struct afb_api
 };
 
 
-extern int afb_apis_count();
 extern int afb_apis_is_valid_api_name(const char *name);
 
 extern int afb_apis_add(const char *name, struct afb_api api);