summaryrefslogtreecommitdiff
path: root/remoteinfo.h
blob: 2ca779de80d95c21ee709a2f6a88061b339cbd97 (plain)
1
2
3
4
5
6
7
8
9
#ifndef REMOTEINFO_H
#define REMOTEINFO_H

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

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

#endif