comparison src/xs_backend.h @ 873:50111e99456a

Oops. Fix previous commit.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 09 Nov 2012 04:39:41 +0200
parents b02f934d8224
children d03e5c73eb51
comparison
equal deleted inserted replaced
872:b02f934d8224 873:50111e99456a
41 41
42 XSTuneInfo *tuneInfo; 42 XSTuneInfo *tuneInfo;
43 } XSEngineState; 43 } XSEngineState;
44 44
45 45
46 gboolean xs_initialize_emu_backend(XSEngineState *state, gint *preferred); 46 gboolean xs_init_emu_backend(XSEngineState *state, gint *preferred);
47 47
48 48
49 #ifdef __cplusplus 49 #ifdef __cplusplus
50 } 50 }
51 #endif 51 #endif