[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r219 - GNUnet/src/include
From: |
durner |
Subject: |
[GNUnet-SVN] r219 - GNUnet/src/include |
Date: |
Wed, 9 Feb 2005 12:31:29 -0800 (PST) |
Author: durner
Date: 2005-02-09 12:31:28 -0800 (Wed, 09 Feb 2005)
New Revision: 219
Modified:
GNUnet/src/include/gnunet_util.h
Log:
Make gcc 3.2.3 happy
Modified: GNUnet/src/include/gnunet_util.h
===================================================================
--- GNUnet/src/include/gnunet_util.h 2005-02-09 20:19:19 UTC (rev 218)
+++ GNUnet/src/include/gnunet_util.h 2005-02-09 20:31:28 UTC (rev 219)
@@ -182,8 +182,10 @@
/* FIXME: use 'struct PrivateKey' instead! */
typedef struct {
void * internal;
-} * PrivateKey;
+} _PrivateKey;
+typedef _PrivateKey *PrivateKey;
+
/**
* Header for all Client-Server communications.
*/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r219 - GNUnet/src/include,
durner <=