File: msg.h

package info (click to toggle)
ffproxy 1.6-10
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 808 kB
  • sloc: ansic: 2,309; asm: 578; sh: 425; makefile: 90
file content (14 lines) | stat: -rw-r--r-- 203 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef HAD_REQ_H
#include "req.h"
#endif

struct msg {
	char           *c;
	int             len;
};

enum {
	E_INV = 10, E_RES, E_CON, E_POST, E_FIL
};

void            err_msg(int, struct req *, int);