diff options
author | Peter Wemm <peter@FreeBSD.org> | 2013-08-11 08:38:10 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 2013-08-11 08:38:10 +0000 |
commit | 84ed61ee234d2654ec965be5bfdda4269f9dc4fd (patch) | |
tree | fcfc8dee7b416cacdea763f18f34e0930234186a /include/ip_extern.h | |
parent | 17c17f89c51e74499873b6115c9516b3302f2eb6 (diff) |
Post-cvs2svn flatten pass.
Notes
Notes:
svn path=/vendor/nvi/dist/; revision=254210
Diffstat (limited to 'include/ip_extern.h')
-rw-r--r-- | include/ip_extern.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/include/ip_extern.h b/include/ip_extern.h new file mode 100644 index 000000000000..b805343a8e81 --- /dev/null +++ b/include/ip_extern.h @@ -0,0 +1,23 @@ +int ip_addstr __P((SCR *, const char *, size_t)); +int ip_attr __P((SCR *, scr_attr_t, int)); +int ip_baud __P((SCR *, u_long *)); +int ip_bell __P((SCR *)); +void ip_busy __P((SCR *, const char *, busy_t)); +int ip_clrtoeol __P((SCR *)); +int ip_cursor __P((SCR *, size_t *, size_t *)); +int ip_deleteln __P((SCR *)); +int ip_ex_adjust __P((SCR *, exadj_t)); +int ip_insertln __P((SCR *)); +int ip_keyval __P((SCR *, scr_keyval_t, CHAR_T *, int *)); +int ip_move __P((SCR *, size_t, size_t)); +int ip_refresh __P((SCR *, int)); +int ip_rename __P((SCR *)); +int ip_suspend __P((SCR *, int *)); +void ip_usage __P((void)); +int ip_event __P((SCR *, EVENT *, u_int32_t, int)); +int ip_screen __P((SCR *, u_int32_t)); +int ip_quit __P((GS *)); +int ip_term_init __P((SCR *)); +int ip_term_end __P((GS *)); +int ip_fmap __P((SCR *, seq_t, CHAR_T *, size_t, CHAR_T *, size_t)); +int ip_optchange __P((SCR *, int, char *, u_long *)); |