]> git.sesse.net Git - vlc/commit
* Core: add var_Command function. This is used to execute a command registered on...
authorAntoine Cellerier <dionoea@videolan.org>
Wed, 4 Apr 2007 21:58:51 +0000 (21:58 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Wed, 4 Apr 2007 21:58:51 +0000 (21:58 +0000)
commit6aa543713d3f9759aac245e4289376ef187770bb
tree8327098beda2ad835e6a260807c315ed6b34160e
parentac058faeb4b10effd1fbdfbf87073ea002e067f5
* Core: add var_Command function. This is used to execute a command registered on a object with a given name.
* rc.c: use var_Command (instead of own code)
* telnet.c: add support for object commands (like in the rc interface)
include/vlc_variables.h
modules/control/rc.c
modules/control/telnet.c
src/misc/variables.c