We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7293f8 commit ebab70bCopy full SHA for ebab70b
main.c
@@ -5,13 +5,6 @@
5
#include <string.h>
6
#include <signal.h>
7
#include <sys/types.h>
8
-#include <sys/socket.h>
9
-#include <sys/ioctl.h>
10
-#include <netinet/in.h>
11
-#include <net/if.h>
12
-#include <arpa/inet.h>
13
-#include <time.h>
14
-#include <netdb.h>
15
#include "terminal.h"
16
#include "display.h"
17
#include "handle_input.h"
@@ -29,7 +22,6 @@ void print_help(){
29
22
printf("./output -j <ipaddress> <your username> -- join a chat\n");
30
23
printf("./output -o <existing chat name> -- opens existing chat and host\n");
31
24
printf("./output -h -- get help for using this program");
32
- printf("./output -d <chat name> -- delete chat\n");
33
25
printf("To leave the chat, press \"Control\" and \"C\"\n");
34
26
}
35
27
0 commit comments