libpurple/protocols/novell/nmrtf.c

changeset 39556
622bf98df0ac
parent 38358
30ba44276e74
child 40052
cc03b5af25ea
--- a/libpurple/protocols/novell/nmrtf.c	Mon Apr 01 21:57:01 2019 -0400
+++ b/libpurple/protocols/novell/nmrtf.c	Mon Apr 01 22:19:54 2019 -0400
@@ -84,7 +84,7 @@
 	NMRTF_KWD_SPEC
 } NMRtfKeywordType;
 
-typedef struct _NMRTFCharProp
+typedef struct
 {
 	/* All we care about for now is the font.
 	 * bold, italic, underline, etc. should be
@@ -94,14 +94,14 @@
 	int	font_charset;
 } NMRtfCharProp;
 
-typedef struct _NMRtfStateSave
+typedef struct
 {
     NMRtfCharProp chp;
     NMRtfState rds;
     NMRtfState ris;
 } NMRtfStateSave;
 
-typedef struct _NMRtfSymbol
+typedef struct
 {
     char *keyword;          	/* RTF keyword */
     int  default_val;          	/* default value to use */
@@ -113,7 +113,7 @@
 } NMRtfSymbol;
 
 
-typedef struct _NMRtfFont
+typedef struct
 {
 	int number;
 	char *name;

mercurial