File: getportnum.h

package info (click to toggle)
superd 0.0.3-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 140 kB
  • ctags: 85
  • sloc: ansic: 721; makefile: 104; sh: 27
file content (10 lines) | stat: -rw-r--r-- 155 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#ifndef GETPORTNUM_H
#define GETPORTNUM_H

#include <netdb.h>

#include "wrappers.h"

int getportnum(const char *servname, const char *protoname);

#endif