summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/expected/cpp/33038-func_class.h
blob: 8b3ca218ca9267462ce4609e5a411b41345b7226 (plain)
1
2
3
4
5
6
7
8
9
10
11
void MD5::reverse_u32(UINT8 *buf, int n_u32);
MD5::MD5();

class AlignStack
{
public:
	bool m_skip_first;
	AlignStack();
	~AlignStack();
	void End();
};