diff liboctave/oct-syscalls.h @ 4294:755f6509bb01

[project @ 2003-01-11 04:01:53 by jwe]
author jwe
date Sat, 11 Jan 2003 04:02:04 +0000
parents 5eef8a2294bd
children 4c8a2e4e0717
line wrap: on
line diff
--- a/liboctave/oct-syscalls.h
+++ b/liboctave/oct-syscalls.h
@@ -62,6 +62,9 @@
 
   static pid_t waitpid (pid_t, int);
   static pid_t waitpid (pid_t, int, std::string&);
+
+  static int kill (pid_t, int);
+  static int kill (pid_t, int, std::string&);
 };
 
 #endif