diff options
Diffstat (limited to 'common/parse.h')
| -rw-r--r-- | common/parse.h | 7 | 
1 files changed, 5 insertions, 2 deletions
| diff --git a/common/parse.h b/common/parse.h index 288ae91a..26c259cb 100644 --- a/common/parse.h +++ b/common/parse.h @@ -18,8 +18,11 @@     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */ -/* modified for xrdp */ -/* this is a super fast stream method, you bet */ +/* modified for xrdp +   this is a super fast stream method, you bet + +   needed functions g_malloc, g_free, g_memset, g_memcpy +*/  #if !defined(PARSE_H)  #define PARSE_H | 
