summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/libedit/histedit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libedit/histedit.h b/lib/libedit/histedit.h
index f245748..8417bb3 100644
--- a/lib/libedit/histedit.h
+++ b/lib/libedit/histedit.h
@@ -158,8 +158,8 @@ void el_resize(EditLine *);
/*
* Set user private data.
*/
-void el_data_set __P((EditLine *, void *));
-void * el_data_get __P((EditLine *));
+void el_data_set(EditLine *, void *);
+void * el_data_get(EditLine *);
/*
* User-defined function interface.
OpenPOWER on IntegriCloud