Documentation fixes.
[wine] / dlls / richedit / riched32.h
1 /*
2  * Ritch Edit 32 class extra info
3  *
4  * Copyright 2000 Jean-Clauyde Batista
5  *
6  */
7
8 #ifndef __WINE_RICHED32_H
9 #define __WINE_RICHED32_H
10
11 #include "richedit.h"
12
13 extern VOID RICHED32_Register (VOID);
14 extern VOID RICHED32_Unregister (VOID);
15
16 #endif  /* __WINE_RICHED32_H */