summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/input/cpp/func_class.h
blob: 168b0b3d855f611996eee47523d9993602806488 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
void MD5::reverse_u32(UINT8 *buf, int n_u32);

MD5::MD5();

class AlignStack
{
public:
   bool m_skip_first;

   AlignStack();


   ~ AlignStack();

   void End();
};