Index: neercs/trunk/src/neercs.h
===================================================================
--- neercs/trunk/src/neercs.h	(revision 2426)
+++ neercs/trunk/src/neercs.h	(revision 2429)
@@ -77,5 +77,5 @@
 int create_pty(char *cmd, unsigned int w, unsigned int h, int *cpid);
 int create_pty_grab(pid_t pid, unsigned int w, unsigned int h);
-int grab_process(pid_t pid, int ptyfd);
+int grab_process(pid_t pid, char *ptyname, int ptyfd);
 
 long int import_term(struct screen_list *screen_list, struct screen *sc, void const *data, unsigned int size);
