From: Pekka Riikonen Date: Sat, 19 Oct 2002 11:42:16 +0000 (+0000) Subject: Removed documentatino of private struct. X-Git-Tag: silc.client.0.9.7~12 X-Git-Url: http://git.silcnet.org/gitweb/?a=commitdiff_plain;h=5f320fc76c4bb0de74c684aeb69e370bc568bbc0;p=silc.git Removed documentatino of private struct. --- diff --git a/lib/silcutil/silcdlist.h b/lib/silcutil/silcdlist.h index 2457ab89..f6fcd714 100644 --- a/lib/silcutil/silcdlist.h +++ b/lib/silcutil/silcdlist.h @@ -60,24 +60,12 @@ typedef struct { } *SilcDList; /***/ -/****s* silcutil/SilcDListAPI/SilcDListEntry - * - * NAME - * - * typedef struct SilcDListEntryStruct { ... } *SilcDListEntry; - * - * DESCRIPTION - * - * SilcDListEntry structure, one entry in the list. This MUST NOT be used - * directly by the application. - * - * SOURCE - */ +/* SilcDListEntry structure, one entry in the list. This MUST NOT be used + directly by the application. */ typedef struct SilcDListEntryStruct { void *context; struct SilcDListEntryStruct *next; } *SilcDListEntry; -/***/ /****f* silcutil/SilcDListAPI/silc_dlist_init *