ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/experimental/host/sysinfo/hostname.hh
Revision: 1.1
Committed: Tue Nov 7 17:54:52 2000 UTC (23 years, 5 months ago) by tdb
Branch: MAIN
CVS Tags: PROJECT_COMPLETION, HEAD
Log Message:
Hostname class and header file.

File Contents

# Content
1 #ifndef HOSTNAME_HH
2 #define HOSTNAME_HH 1
3
4 #include <iostream>
5 #include <unistd.h>
6 #include <netdb.h>
7
8 void printHostname();
9
10 #endif