mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
0267ab2ef6
- Trim header PR: 175036 Submitted by: Ports Fury
12 lines
283 B
C
12 lines
283 B
C
--- icb/protos.h.orig 2000-12-15 12:21:04.000000000 +0900
|
|
+++ icb/protos.h 2012-10-25 18:14:24.000000000 +0900
|
|
@@ -171,7 +171,7 @@
|
|
void readlineinit (void);
|
|
|
|
/* oset.c */
|
|
-void restrict (void);
|
|
+void icb_restrict (void);
|
|
|
|
/* send.c */
|
|
void send_command (char* cmd, char* arg);
|