Removed global_myworkgroup, global_myname, global_myscope. Added liberal
[jpeach/samba.git] / source / lib / interface.c
index 0d751a9c7cf265acd3c0dc5cebdcfdb03cf0016a..4d8010e31bc4e61e4019a624ddb129ea6e86f962 100644 (file)
@@ -94,7 +94,7 @@ This handles the following different forms:
 4) ip/mask
 5) bcast/mask
 ****************************************************************************/
-static void interpret_interface(char *token)
+static void interpret_interface(const char *token)
 {
        struct in_addr ip, nmask;
        char *p;
@@ -162,7 +162,7 @@ load the list of network interfaces
 ****************************************************************************/
 void load_interfaces(void)
 {
-       char **ptr;
+       const char **ptr;
        int i;
        struct iface_struct ifaces[MAX_INTERFACES];