diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2018-03-16 11:20:51 +0100 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2018-03-16 11:20:51 +0100 |
commit | 89649d6e81e992ecde7666e0831f27ab2ad1952c (patch) | |
tree | 654d6f38a90a6e87529dc42850e14a8cca35c8da /smb.h | |
parent | ba857360fcf8f411ef5a9884e45ce4ac2383d6b3 (diff) | |
download | tcpdump-89649d6e81e992ecde7666e0831f27ab2ad1952c.tar.gz |
Move some smb prototypes in smb.h
Moreover:
Add a const qualifier
Diffstat (limited to 'smb.h')
-rw-r--r-- | smb.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -120,3 +120,5 @@ /* some protos */ const u_char *smb_fdata(netdissect_options *, const u_char *, const char *, const u_char *, int); +extern const char *smb_errstr(int, int); +extern const char *nt_errstr(uint32_t); |