Fixed attribute encoding and decoding bugs.
[silc.git] / lib / silccore / silcattrs.h
index 32c7040f417bc2e5c069337ff6c5e581fbaec61d..529a0b7dd1234790739e8199b324fc5da1c281a8 100644 (file)
@@ -460,7 +460,7 @@ typedef struct {
  * SYNOPSIS
  *
  *    bool silc_attribute_get_object(SilcAttributePayload payload,
- *                                   void **object,
+ *                                   void *object,
  *                                   SilcUInt32 object_size);
  *
  * DESCRIPTION
@@ -478,6 +478,6 @@ typedef struct {
  *
  ***/
 bool silc_attribute_get_object(SilcAttributePayload payload,
-                              void **object, SilcUInt32 object_size);
+                              void *object, SilcUInt32 object_size);
 
 #endif /* SILCATTRS_H */