7467c8d3b6
Changed email address cmdedit API change optimizations for traceroute and md5sum added a new shared create_icmp_socket() function
7 lines
146 B
C
7 lines
146 B
C
#ifndef CMDEDIT_H
|
|
#define CMDEDIT_H
|
|
|
|
void cmdedit_read_input(char* promptStr, char* command); /* read a line of input */
|
|
|
|
#endif /* CMDEDIT_H */
|