A thought of new exception handling; add entrypoint for FireFox
[gssweb.git] / json_gssapi / src / GSSRequest.h
index 2d4297e..e0094f9 100644 (file)
 
 using std::string;
 
+/* An exportable function to be called by firefox
+ * to process a JSON string
+ */
+extern "C" {
+  char *gss_request(char *json_string);
+  void deallocate_reply(char *reply);
+}
+
 class GSSRequest
 {
 public: