aboutsummaryrefslogtreecommitdiff
path: root/clientloc.h
blob: e522fcefc6ee18a7f3518e9198e2d63ba9c25edb (plain)
1
2
3
4
5
6
#ifndef CLIENTLOC_H
#define CLIENTLOC_H

extern int find_client_loc(char loc[2],const char ip[16]);

#endif