File: httpsrv.h

package info (click to toggle)
bfgminer 4.7.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 5,116 kB
  • ctags: 9,129
  • sloc: ansic: 62,470; lisp: 5,221; sh: 4,572; php: 2,645; asm: 667; makefile: 427; python: 85; ruby: 23
file content (10 lines) | stat: -rw-r--r-- 211 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#ifndef BFG_HTTPSRV_H
#define BFG_HTTPSRV_H

#include <microhttpd.h>

extern void httpsrv_start(unsigned short port);
extern void httpsrv_prepare_resp(struct MHD_Response *);
extern void httpsrv_stop();

#endif