File: mod_xmlrpc_rb.h

package info (click to toggle)
libapache2-mod-xmlrpc2 2.2.1-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 176 kB
  • ctags: 72
  • sloc: ansic: 747; sh: 43; makefile: 14
file content (9 lines) | stat: -rw-r--r-- 182 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#ifndef MOD_XMLRPC_RB_H_
#define MOD_XMLRPC_RB_H_

#include "httpd.h"
#include "http_config.h"

extern const char *rb_set_xmlrpc_dir(cmd_parms *parms, void *ign, char *dir);

#endif