From 184cf564e622f286c7be465330c09e61bce07c30 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 29 Jul 1998 07:11:33 +0000 Subject: updated prototypes (This used to be commit 0bdb51af3199eb32cd3da4c4b8d31fbed5d2ae85) --- source3/include/proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3') diff --git a/source3/include/proto.h b/source3/include/proto.h index c8c0cc8145..955d746125 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1734,6 +1734,7 @@ BOOL disk_quotas(char *path, int *bsize, int *dfree, int *dsize); /*The following definitions come from replace.c */ +char *rep_inet_ntoa(struct in_addr ip); /*The following definitions come from reply.c */ -- cgit