File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ hardware.\033[0m\n\n\
101
101
void print_ver_info (void )
102
102
{
103
103
print_banner ();
104
- printf ("spynix v4.1.1 \n\nFor more info visit: \
104
+ printf ("spynix v4.1.2 \n\nFor more info visit: \
105
105
\033[36mhttps://github.com/git-user-cpp/spynix\033[0m\n" );
106
106
}
107
107
Original file line number Diff line number Diff line change 23
23
#include <arpa/inet.h>
24
24
#include "net_info.h"
25
25
26
- void print_net_info (char * hostname )
26
+ void print_net_info (const char * hostname )
27
27
{
28
28
struct hostent * host = gethostbyname (hostname );
29
29
struct ifaddrs * ifaddr , * ifa ;
Original file line number Diff line number Diff line change 16
16
17
17
#ifndef NET_INFO_H_SENTRY
18
18
#define NET_INFO_H_SENTRY
19
- void print_net_info (char * hostname );
19
+ void print_net_info (const char * hostname );
20
20
#endif
You can’t perform that action at this time.
0 commit comments