* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/.
*/
+
#include "config.h"
#ifdef FEATURE_ARH
#include "ascii.h"
static void marh_free(MatchARH *);
static char *read_pattern(char **);
+
/**
* parse the data string to a list of MatchARH
*
arh_free(parsed);
/* set error if asked */
- if ( error != NULL ) {
+ if (error != NULL) {
*error = "syntax error";
}
return parsed;
}
-
/**
* free the list of MatchARH
*/
g_slist_free_full(list, (GDestroyNotify)marh_free);
}
-
/**
* append to reponse-header of SoupMessage,
* the header that match the specified uri
}
}
-
/**
* free a MatchARH
*/
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/.
*/
+
#include "config.h"
#ifdef FEATURE_ARH