diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |