From 4392be0a471df0e4f4a8c690dfc0754b1f9d4e05 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 2 Apr 2003 11:06:42 +0000 Subject: Add const (This used to be commit 7dccd144b74d8c752a4b8c80fa5b3e6b2d11eaa2) --- source3/lib/module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/lib') diff --git a/source3/lib/module.c b/source3/lib/module.c index 700de56953..763a5c2b2d 100644 --- a/source3/lib/module.c +++ b/source3/lib/module.c @@ -127,7 +127,7 @@ void init_modules(void) /************************************************************************* * This functions /path/to/foobar.so -> foobar ************************************************************************/ -void module_path_get_name(char *path, pstring name) +void module_path_get_name(const char *path, pstring name) { char *s; -- cgit