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

#include "stralloc.h"
#include "uint_t.h"

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

#endif