diff options
| author | jsorg71 <jsorg71> | 2006-03-21 02:05:38 +0000 | 
|---|---|---|
| committer | jsorg71 <jsorg71> | 2006-03-21 02:05:38 +0000 | 
| commit | b65409683bbe22726e445c9ba30194909b7abf6a (patch) | |
| tree | 9aaca92ede97320164d0702eb1e3e7f476f57451 /common/parse.h | |
| parent | 4a6133ce34944129276b0cba8084854cba90fc99 (diff) | |
| download | xrdp-proprietary-b65409683bbe22726e445c9ba30194909b7abf6a.tar.gz xrdp-proprietary-b65409683bbe22726e445c9ba30194909b7abf6a.zip | |
copyright year updates
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 | 
