Add commented-out support for alternate guestfwd syntax.
[libguestfs.git] / TODO
diff --git a/TODO b/TODO
index 827ad97..5dc8bd5 100644 (file)
--- a/TODO
+++ b/TODO
@@ -14,11 +14,11 @@ http://sourceforge.net/project/showfiles.php?group_id=121684&package_id=150116
 
 ----------------------------------------------------------------------
 
-BufferIn and BufferOut should turn into <char *, int> and simple
-strings in other languages that can handle 8 bit clean strings.
+BufferIn should turn into <char *, int> and simple strings in other
+languages that can handle 8 bit clean strings.
+
 Limit on transfers would still be 2MB for these types.
  - then implement write-file properly
- - and implement read-file
 
 ----------------------------------------------------------------------
 
@@ -176,11 +176,3 @@ Other initrd-* commands, such as:
 
 initrd-extract
 initrd-replace
-
-----------------------------------------------------------------------
-
-Control guestfish from a pipe.
-
-For shell scripts - they can start up a long-running guestfish process
-and intermittently send it commands.  Avoids the start-up overhead,
-but how do we reliably signal errors?
\ No newline at end of file