const char paths for ubik_ServerInit
[openafs.git] / src / ptserver / ubik.c
index 4cec9f6..b5cdf61 100644 (file)
@@ -27,7 +27,7 @@ struct ubik_dbase *dbase;
 
 int
 ubik_ServerInit(afs_int32 myHost, short myPort, afs_int32 serverList[],
-                char *pathName, struct ubik_dbase **dbase)
+                const char *pathName, struct ubik_dbase **dbase)
 {
     return (0);
 }