% This is the slirprc used to create the bindings. You don't need this -
% the generated bindings, with some improvements, are included. Just get
% cgilib 0.5 and type "make".

slirp_define_opaque("s_cgi", NULL, "cgiFree");

% s_cgi may be NULL (when there are no cgi variables)
accepts_null_args["cgiGetVariables"]=1;
accepts_null_args["cgiGetValue"]=1;
accepts_null_args["cgiGetCookies"]=1;
accepts_null_args["cgiGetCookie"]=1;

ignored_functions=["cgiFreeList", "cgiFree", "cgiGetCookie"];
