summaryrefslogtreecommitdiff
path: root/devel/kaptain/files/patch-kaptain-process.h
blob: 758619a9a1b8c730c88236369349f19d4b59b6b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- kaptain/process.h.orig	Wed Aug 14 12:17:20 2002
+++ kaptain/process.h	Fri Dec 20 16:14:31 2002
@@ -3,13 +3,13 @@
 
 #include <list>
 #include <string>
+#include <iostream>
 
-using namespace std;
 
 void clean_up_child_process(int);
 void POSIX_init();
-int exec_async(list<string> &);
-string exec_sync_stdout(string &);
-string exec_sync_stdout(list<string> &);
+int exec_async(std::list<std::string> &);
+std::string exec_sync_stdout(std::string &);
+std::string exec_sync_stdout(std::list<std::string> &);
 
 #endif // PROCESS_HH