aboutsummaryrefslogtreecommitdiffstats
path: root/util/srv.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--util/srv.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/util/srv.h b/util/srv.h
index 518151f71..6dbb20029 100644
--- a/util/srv.h
+++ b/util/srv.h
@@ -31,11 +31,11 @@
struct srventry
{
- uint16_t priority;
- uint16_t weight;
- uint16_t port;
+ u16 priority;
+ u16 weight;
+ u16 port;
int run_count;
- char target[MAXDNAME];
+ unsigned char target[MAXDNAME];
};
int getsrv(const char *name,struct srventry **list);