ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/slirp/misc.h
(Generate patch)

Comparing BasiliskII/src/slirp/misc.h (file contents):
Revision 1.1 by gbeauche, 2005-05-13T09:00:59Z vs.
Revision 1.2 by gbeauche, 2005-12-04T15:23:02Z

# Line 70 | Line 70 | extern int x_port, x_server, x_display;
70   int show_x _P((char *, struct socket *));
71   void redir_x _P((u_int32_t, int, int, int));
72   void getouraddr _P((void));
73 < inline  void slirp_insque  _P((void *, void *));
74 < inline  void slirp_remque  _P((void *));
73 > void slirp_insque  _P((void *, void *));
74 > void slirp_remque  _P((void *));
75   int add_exec _P((struct ex_list **, int, char *, int, int));
76   int slirp_openpty _P((int *, int *));
77   int fork_exec _P((struct socket *, char *, int));

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines