From: Pekka Riikonen Date: Thu, 17 May 2007 14:07:56 +0000 (+0000) Subject: Fix anonymous structures. X-Git-Tag: silc.toolkit.1.1.beta3~2 X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=commitdiff_plain;h=c4b27f32b803df026eda06a965ef5a00da868172 Fix anonymous structures. --- diff --git a/lib/silcvcard/silcvcard.h b/lib/silcvcard/silcvcard.h index c71ebbab..ef39b9c2 100644 --- a/lib/silcvcard/silcvcard.h +++ b/lib/silcvcard/silcvcard.h @@ -4,7 +4,7 @@ Author: Pekka Riikonen - Copyright (C) 2002 Pekka Riikonen + Copyright (C) 2002 - 2007 Pekka Riikonen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -35,7 +35,7 @@ /****s* silcvcard/SilcVCard/SilcVCard * * NAME - * + * * typedef struct { ... } SilcVCardStruct, *SilcVCard; * * DESCRIPTION @@ -48,7 +48,7 @@ * * SOURCE */ -typedef struct { +typedef struct SilcVCardObject { char *full_name; /* full name, X.520 common name */ char *family_name; /* last name, string */ char *first_name; /* first name, string */