File: getservice.h

package info (click to toggle)
fireflier 1.1.6-3etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 3,348 kB
  • ctags: 1,167
  • sloc: sh: 9,023; cpp: 8,370; makefile: 437; ansic: 300
file content (9 lines) | stat: -rw-r--r-- 258 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
#ifndef getservice_h
#define getservice_h
#include <string>


std::string getService(const u_int16_t port, const u_int16_t protocol, bool withaliases=false);
std::string getService(const u_int16_t port, const char *protocol, bool withaliases=false);

#endif