File: netstring.h

package info (click to toggle)
nullmailer 1%3A1.03-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,524 kB
  • ctags: 695
  • sloc: cpp: 4,484; sh: 4,123; makefile: 224; perl: 184
file content (8 lines) | stat: -rw-r--r-- 212 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
#ifndef NULLMAILER__NETSTRING__H__
#define NULLMAILER__NETSTRING__H__

#include "mystring/mystring.h"
mystring str2net(const mystring&);
mystring strnl2net(const mystring&);

#endif // NULLMAILER__NETSTRING__H__