From 7467c8d3b6a50e2cbd8db750963d40b420ad38d1 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 12 Jul 2001 20:26:32 +0000 Subject: Patch from vodz: Changed email address cmdedit API change optimizations for traceroute and md5sum added a new shared create_icmp_socket() function --- cmdedit.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'cmdedit.h') diff --git a/cmdedit.h b/cmdedit.h index 9e3e44b36..1482da3b8 100644 --- a/cmdedit.h +++ b/cmdedit.h @@ -1,8 +1,6 @@ #ifndef CMDEDIT_H #define CMDEDIT_H -void cmdedit_init(void); -void cmdedit_terminate(void); void cmdedit_read_input(char* promptStr, char* command); /* read a line of input */ #endif /* CMDEDIT_H */ -- cgit v1.2.3