]> git.sesse.net Git - vlc/blobdiff - include/vlc_common.h
lower case the module_* functions
[vlc] / include / vlc_common.h
index a8308b81b9bfe955f33a39b794a68e8b995d6244..0c8e3c1fea42b40454eb216c04242fe57407f1ad 100644 (file)
@@ -533,7 +533,7 @@ typedef int ( * vlc_callback_t ) ( vlc_object_t *,      /* variable's object */
     /* Object properties */                                                 \
     volatile bool b_error;                  /**< set by the object */ \
     volatile bool b_die;                   /**< set by the outside */ \
-    bool b_force;      /**< set by the outside (eg. module_Need()) */ \
+    bool b_force;      /**< set by the outside (eg. module_need()) */ \
                                                                             \
     /** Just a reminder so that people don't cast garbage */                \
     bool be_sure_to_add_VLC_COMMON_MEMBERS_to_struct;                       \