]> git.sesse.net Git - vlc/blobdiff - src/control/input.c
Declare local functions static.
[vlc] / src / control / input.c
index c75d17bb60fa2a797fd3f339eb6098679c80a428..b4a20fbeb19d2c43ad9d8a20bdb66357a56439c2 100644 (file)
@@ -36,7 +36,7 @@ void libvlc_input_free( libvlc_input_t *p_input )
  * Retrieve the input thread. Be sure to release the object
  * once you are done with it.
  */
-input_thread_t *libvlc_get_input_thread( libvlc_input_t *p_input,
+static input_thread_t *libvlc_get_input_thread( libvlc_input_t *p_input,
                                          libvlc_exception_t *p_e ) 
 {
     input_thread_t *p_input_thread;