summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34212-func_class.h
blob: 2035b634f258d226918f747d670cd18074f7108e (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();
}; // class AlignStack