comparison plugins/crazychat/camdata.h @ 12323:fc464a0abccc

[gaim-migrate @ 14627] Function prototypes need to be of the form foo(void); instead of foo(); for function that don't take any arguments. This allows the compiler to detect mistakes were someone passes arguments to such a function. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Sun, 04 Dec 2005 18:19:56 +0000
parents ed017b9c532d
children
comparison
equal deleted inserted replaced
12322:c7ae1fd0827d 12323:fc464a0abccc
43 void SetCurrentClamp(short index); 43 void SetCurrentClamp(short index);
44 44
45 //void BlitOneMungData(mungDataRecord *theMungData); 45 //void BlitOneMungData(mungDataRecord *theMungData);
46 46
47 //void AdjustColorClampEndpoints(short hMouseCoord); 47 //void AdjustColorClampEndpoints(short hMouseCoord);
48 //void IncrementCurrentClamp(); 48 //void IncrementCurrentClamp(void);
49 //void DecrementCurrentClamp(); 49 //void DecrementCurrentClamp(void);
50 void SetMungDataColorDefaults(); 50 void SetMungDataColorDefaults(void);
51 CGrafPtr GetMungDataWindowPort(); 51 CGrafPtr GetMungDataWindowPort(void);
52 52
53 GWorldPtr GetMungDataOffscreen(void); 53 GWorldPtr GetMungDataOffscreen(void);
54 //OSType GetMungDataEffectType(); 54 //OSType GetMungDataEffectType(void);
55 55
56 //long GetCurrentClamp(); 56 //long GetCurrentClamp(void);
57 //void SetCurrentClamp(short index); 57 //void SetCurrentClamp(short index);
58 58
59 void GetMungDataBoundsRect(Rect *movieRect); 59 void GetMungDataBoundsRect(Rect *movieRect);
60 //CGrafPtr GetMungDataWindowPort(); 60 //CGrafPtr GetMungDataWindowPort(void);
61 61
62 void SetMungDataDrawSeq(ImageSequence theDrawSeq); 62 void SetMungDataDrawSeq(ImageSequence theDrawSeq);
63 //ImageSequence GetMungDataDrawSeq(); 63 //ImageSequence GetMungDataDrawSeq(void);