summaryrefslogtreecommitdiffstats
path: root/lib/libedit/histedit.h
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2011-12-13 14:53:26 +0000
committered <ed@FreeBSD.org>2011-12-13 14:53:26 +0000
commita105507a173a0d7935d40c66792b20bdb1f9f77d (patch)
tree361c8a1aadd1c74113ea160ebcef760b0c28d82f /lib/libedit/histedit.h
parent3eabbecb6d09e587062be35d327cd7f60ef3d54d (diff)
downloadFreeBSD-src-a105507a173a0d7935d40c66792b20bdb1f9f77d.zip
FreeBSD-src-a105507a173a0d7935d40c66792b20bdb1f9f77d.tar.gz
Don't use __P().
The rest of the file doesn't use it either and according to style(9), it should not be used.
Diffstat (limited to 'lib/libedit/histedit.h')
-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