mirror of
https://github.com/samba-team/samba.git
synced 2024-12-28 07:21:54 +03:00
7 lines
91 B
C
7 lines
91 B
C
|
#ifndef __LOCALEDIR_H__
|
||
|
#define __LOCALEDIR_H__
|
||
|
|
||
|
extern const char *dyn_LOCALEDIR;
|
||
|
|
||
|
#endif
|