diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-07-29 07:11:33 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-07-29 07:11:33 +0000 |
commit | 184cf564e622f286c7be465330c09e61bce07c30 (patch) | |
tree | e0ba4b8d3d894d2b73983f5cdbd9e398a5aad907 | |
parent | 87325d9c6c7f2243dfcb237499c2f1def03caf84 (diff) | |
download | samba-184cf564e622f286c7be465330c09e61bce07c30.tar.gz samba-184cf564e622f286c7be465330c09e61bce07c30.tar.bz2 samba-184cf564e622f286c7be465330c09e61bce07c30.zip |
updated prototypes
(This used to be commit 0bdb51af3199eb32cd3da4c4b8d31fbed5d2ae85)
-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 */ |