James Hawkins : gphoto2.ds: Make an internal function static.
Module: wine Branch: master Commit: c9384a20329767b4aaface9c37943e8a71a83802 URL: http://source.winehq.org/git/wine.git/?a=commit;h=c9384a20329767b4aaface9c37... Author: James Hawkins <truiken(a)gmail.com> Date: Wed Oct 11 11:21:03 2006 -0700 gphoto2.ds: Make an internal function static. --- dlls/gphoto2.ds/gphoto2_main.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/gphoto2.ds/gphoto2_main.c b/dlls/gphoto2.ds/gphoto2_main.c index fcd4b16..83e2eea 100644 --- a/dlls/gphoto2.ds/gphoto2_main.c +++ b/dlls/gphoto2.ds/gphoto2_main.c @@ -61,7 +61,7 @@ static TW_UINT16 GPHOTO2_GetIdentity( pT static TW_UINT16 GPHOTO2_OpenDS( pTW_IDENTITY, pTW_IDENTITY); #endif -TW_UINT16 GPHOTO2_SourceControlHandler ( +static TW_UINT16 GPHOTO2_SourceControlHandler ( pTW_IDENTITY pOrigin, TW_UINT16 DAT, TW_UINT16 MSG,
participants (1)
-
Alexandre Julliard