1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

Make share_info_db_init static

(This used to be commit 111502d3a2901abcff25792bed3c4038a7592410)
This commit is contained in:
Volker Lendecke 2007-11-24 22:50:36 +01:00
parent 2b17840a0e
commit 66af070039

View File

@ -37,7 +37,7 @@ static const struct generic_mapping file_generic_mapping = {
};
bool share_info_db_init(void)
static bool share_info_db_init(void)
{
const char *vstring = "INFO/version";
int32 vers_id;