diff options
Diffstat (limited to 'recordmydesktop/src/rmd_get_frame.h')
-rw-r--r-- | recordmydesktop/src/rmd_get_frame.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recordmydesktop/src/rmd_get_frame.h b/recordmydesktop/src/rmd_get_frame.h index 36c378d..162c05e 100644 --- a/recordmydesktop/src/rmd_get_frame.h +++ b/recordmydesktop/src/rmd_get_frame.h @@ -35,7 +35,7 @@ * either directly(full shots) or by calling UpdateImage. * \param pdata ProgData struct containing all program data */ -void *GetFrame(ProgData *pdata); +void *rmdGetFrame(ProgData *pdata); #endif |