]> git.sesse.net Git - vlc/commit
* modules/control/http/rpn.c: vlc_var_* now take an extra argument to
authorChristophe Massiot <massiot@videolan.org>
Fri, 19 Aug 2005 17:07:27 +0000 (17:07 +0000)
committerChristophe Massiot <massiot@videolan.org>
Fri, 19 Aug 2005 17:07:27 +0000 (17:07 +0000)
commitd9e1effe9b306d176076c2c10271e710080051c8
tree25da0c03edc7ba7ebfb6b3158ff9c8555568011a
parent7db33a0adce42dbec5c4b4f3fea402412affab8b
 * modules/control/http/rpn.c: vlc_var_* now take an extra argument to
   indicate which object we are playing with (for instance 'VLC_OBJECT_INPUT'
   or 'VLC_OBJECT_PLAYLIST'). Espace \ in addslashes.
 * modules/control/http: Factorized and simplified the RealPath() stuff.
   Fixed a few hardcoded '/' as a path separator.
modules/control/http/http.h
modules/control/http/macro.c
modules/control/http/mvar.c
modules/control/http/rpn.c
modules/control/http/util.c