]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - lib/smblib/smblib.h
SourceFormat Enforcement
[thirdparty/squid.git] / lib / smblib / smblib.h
index 68e4a559b7a89e153441cac07187285d04230c28..b20b98013b1e1ca3eb6f874ec95271105194847f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -50,7 +50,7 @@ SMB_Handle_Type SMB_Create_Con_Handle(void);
 /* Connect to a server, but do not do a tree con etc ... */
 
 SMB_Handle_Type SMB_Connect_Server(SMB_Handle_Type Con_Handle,
-                                   char *server,
+                                   const char *server,
                                    const char *NTdomain);
 
 /* Connect to a server and give us back a handle. If Con == NULL, create */