diff options
author | pradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-11-16 23:59:01 +0000 |
---|---|---|
committer | pradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-11-16 23:59:01 +0000 |
commit | a9a5d938a047116bea853380ca597a62b4c87ad1 (patch) | |
tree | a11addd01ff0681f14c422167dcf6ecb3edf3611 /apps/drwho/Multicast_Manager.h | |
parent | 3d48600c5a1ef20ac97cd750dd34f785cb052d42 (diff) | |
download | ATCD-a9a5d938a047116bea853380ca597a62b4c87ad1.tar.gz |
hu Nov 16 17:55:18 2000 Pradeep Gore <pradeep@cs.wustl.edu>
Diffstat (limited to 'apps/drwho/Multicast_Manager.h')
-rw-r--r-- | apps/drwho/Multicast_Manager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/drwho/Multicast_Manager.h b/apps/drwho/Multicast_Manager.h index 5b5f42eddbc..82f609a6546 100644 --- a/apps/drwho/Multicast_Manager.h +++ b/apps/drwho/Multicast_Manager.h @@ -48,7 +48,7 @@ private: static hostent *get_host_entry (const char *host); static int received_host_count; - static char *host_names[]; + static const char *host_names[]; static Host_Elem *drwho_list; static Host_Elem *current_ptr; }; |