]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/plugins/radius/clientid.c
Header file reorganization and cleaning up the public API for pppd version 2.5.0...
[ppp.git] / pppd / plugins / radius / clientid.c
index 09ec3d04c56346e309d0c209690214dcbe9dd3d8..b1bbc4748ed9794f6ae3af328697854f97fe4eeb 100644 (file)
@@ -101,7 +101,7 @@ int rc_read_mapfile(char *filename)
  * Returns: port id, zero if no entry found
  */
 
-UINT4 rc_map2id(char *name)
+UINT4 rc_map2id(const char *name)
 {
        struct map2id_s *p;
        char ttyname[PATH_MAX];