diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-01-08 08:57:52 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-01-08 12:22:19 +0100 |
commit | c19ed7669c3621142fd3634634f58bdb9920ddaf (patch) | |
tree | 16bb216a2c6d9672a7cb9a603e081088527917e2 /source3/smbd/negprot.c | |
parent | 0713f9812474ef04df879772f0e3abcdb9e28180 (diff) | |
download | samba-c19ed7669c3621142fd3634634f58bdb9920ddaf.tar.gz samba-c19ed7669c3621142fd3634634f58bdb9920ddaf.tar.bz2 samba-c19ed7669c3621142fd3634634f58bdb9920ddaf.zip |
s3:smbd: make const globals in mangle_hash2.c really static const
const char *foo, means a non-const pointer to
a const char.
const char * const foo, means a const pointer to
a const char.
char * const foo, would mean a const pointer to
a non-const char.
metze
Diffstat (limited to 'source3/smbd/negprot.c')
0 files changed, 0 insertions, 0 deletions