diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-11-01 16:00:41 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-11-01 16:00:41 +0100 |
commit | af2940459d94fa6ab02e6fcbd7becfdac168e918 (patch) | |
tree | 08cb770d793b107f685d25b587afdbd933313000 /source4/libcli/raw | |
parent | d3df4061d9e0a3f0cae161022ee9253b7295bd58 (diff) | |
download | samba-af2940459d94fa6ab02e6fcbd7becfdac168e918.tar.gz |
Fix prototype for attrib_string().
Diffstat (limited to 'source4/libcli/raw')
-rw-r--r-- | source4/libcli/raw/rawfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/raw/rawfile.c b/source4/libcli/raw/rawfile.c index d174fbfc28d..8cabac6d042 100644 --- a/source4/libcli/raw/rawfile.c +++ b/source4/libcli/raw/rawfile.c @@ -33,7 +33,7 @@ /** Return a string representing a CIFS attribute for a file. **/ -_PUBLIC_ char *attrib_string(TALLOC_CTX *mem_ctx, uint32_t attrib) +char *attrib_string(TALLOC_CTX *mem_ctx, uint32_t attrib) { int i, len; const struct { |