repo.or.cz
/
Samba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
spoolss: fix jobid in level 1 GetJob and EnumJobs responses
[Samba.git]
/
lib
/
util
/
charset_compat.h
blob
cb3b6252a3d2914189d8a4850982ec416ed6146d
1
#ifndef _SAMBA_CHARSET_COMPAT_H_
2
#define _SAMBA_CHARSET_COMPAT_H_
3
4
#include <string.h>
5
6
#define strchr_m(h, n) strchr(h, n)
7
#define strstr_m(h, n) strstr(h, n)
8
9
#endif
/* _SAMBA_CHARSET_COMPAT_H_ */