gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r21989 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r21989 - gnunet/src/include
Date: Thu, 14 Jun 2012 10:55:09 +0200

Author: grothoff
Date: 2012-06-14 10:55:09 +0200 (Thu, 14 Jun 2012)
New Revision: 21989

Modified:
   gnunet/src/include/gnunet_disk_lib.h
Log:
-needing yet another API to box stdin for scheduler reading, not ported to W32 
yet

Modified: gnunet/src/include/gnunet_disk_lib.h
===================================================================
--- gnunet/src/include/gnunet_disk_lib.h        2012-06-14 08:54:54 UTC (rev 
21988)
+++ gnunet/src/include/gnunet_disk_lib.h        2012-06-14 08:55:09 UTC (rev 
21989)
@@ -474,11 +474,10 @@
  * @param fd native file descriptor
  * @return file handle corresponding to the descriptor
  */
-const struct GNUNET_DISK_FileHandle *
+struct GNUNET_DISK_FileHandle *
 GNUNET_DISK_get_handle_from_native (FILE *fd);
 
 
-
 /**
  * Read the contents of a binary file into a buffer.
  * @param h handle to an open file




reply via email to

[Prev in Thread] Current Thread [Next in Thread]