summaryrefslogtreecommitdiff
path: root/ucspi-tcp-0.88/remoteinfo.h
blob: 0884cc1c389672c1e23c00cf4e1e0fda8f74a843 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef REMOTEINFO_H
#define REMOTEINFO_H

#include "stralloc.h"
#include "uint16.h"

extern int remoteinfo(stralloc *,char *,uint16,char *,uint16,unsigned int);
extern int remoteinfo6(stralloc *,char *,uint16,char *,uint16,unsigned int,uint32);

#endif