diff options
author | norrarvid <norrarvid@gmail.com> | 2012-05-29 13:24:23 +0200 |
---|---|---|
committer | norrarvid <norrarvid@gmail.com> | 2012-05-29 13:24:23 +0200 |
commit | 2109d7a044430ee4ad5b51f2c18cc496be0e7fd8 (patch) | |
tree | 17d9b9852a05fe9f9a67540670bef1b3c3d14b69 /xrdp/xrdp.h | |
parent | 60b052965634be151d88f7011149d0edc71f23d8 (diff) | |
parent | a45f993bfe74aed27245454f1ae32302b0528d9f (diff) | |
download | xrdp-proprietary-2109d7a044430ee4ad5b51f2c18cc496be0e7fd8.tar.gz xrdp-proprietary-2109d7a044430ee4ad5b51f2c18cc496be0e7fd8.zip |
merge comments defines and simplified function
Diffstat (limited to 'xrdp/xrdp.h')
-rw-r--r-- | xrdp/xrdp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xrdp/xrdp.h b/xrdp/xrdp.h index 0bc4a24d..2ef81659 100644 --- a/xrdp/xrdp.h +++ b/xrdp/xrdp.h @@ -52,7 +52,7 @@ g_get_term_event(void); tbus APP_CC g_get_sync_event(void); void APP_CC -g_loop(void); +g_process_waiting_function(void); /* xrdp_cache.c */ struct xrdp_cache* APP_CC |