Spawn.vala
authorAlan Knowles <alan@roojs.com>
Fri, 2 May 2014 09:48:46 +0000 (17:48 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 2 May 2014 09:48:46 +0000 (17:48 +0800)
Spawn.vala

index 4df27be..20cff45 100644 (file)
@@ -40,9 +40,9 @@ static int main (string[] args) {
 *
 *
 */
-delegate void SpawnOutput(string line);
-delegate void SpawnErr(string line);
-delegate string SpawnInput();
+public delegate void SpawnOutput(string line);
+public delegate void SpawnErr(string line);
+public delegate string SpawnInput();