home *** CD-ROM | disk | FTP | other *** search
/ vim.ftp.fu-berlin.de / 2015-02-03.vim.ftp.fu-berlin.de.tar / vim.ftp.fu-berlin.de / unix / vim-6.2.tar.bz2 / vim-6.2.tar / vim62 / src / proto / if_xcmdsrv.pro < prev    next >
Encoding:
Text File  |  2003-06-01  |  688 b   |  12 lines

  1. /* if_xcmdsrv.c */
  2. int serverRegisterName __ARGS((Display *dpy, char_u *name));
  3. void serverChangeRegisteredWindow __ARGS((Display *dpy, Window newwin));
  4. int serverSendToVim __ARGS((Display *dpy, char_u *name, char_u *cmd, char_u **result, Window *server, int asExpr, int localLoop, int silent));
  5. char_u *serverGetVimNames __ARGS((Display *dpy));
  6. Window serverStrToWin __ARGS((char_u *str));
  7. int serverSendReply __ARGS((char_u *name, char_u *str));
  8. int serverReadReply __ARGS((Display *dpy, Window win, char_u **str, int localLoop));
  9. int serverPeekReply __ARGS((Display *dpy, Window win, char_u **str));
  10. void serverEventProc __ARGS((Display *dpy, XEvent *eventPtr));
  11. /* vim: set ft=c : */
  12.