File: util.h

package info (click to toggle)
l7-filter-userspace 0.12-beta1-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 664 kB
  • sloc: sh: 3,635; cpp: 1,474; makefile: 20
file content (10 lines) | stat: -rw-r--r-- 235 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#include <string>

#ifndef L7_UTIL_H
#define L7_UTIL_H

void l7printf(int triviality, const char * format, ...);
string friendly_print(unsigned char * s, int size);
void print_give_up(string key, unsigned char * buf, int len);

#endif