]> git.sesse.net Git - vlc/commit
Split the HTTP interface and begin to document it
authorClément Stenac <zorglub@videolan.org>
Thu, 18 Aug 2005 19:18:56 +0000 (19:18 +0000)
committerClément Stenac <zorglub@videolan.org>
Thu, 18 Aug 2005 19:18:56 +0000 (19:18 +0000)
commit93b017cb4aea3ea5d80147e8c80b0199375427ee
tree85bdef65877aa778b15f9adabb30b80e82dfccd4
parentc4b71ae18534bc78c5d80d5958126596990af7ae
Split the HTTP interface and begin to document it
configure.ac
modules/control/Modules.am
modules/control/http.c [deleted file]
modules/control/http/Modules.am [new file with mode: 0644]
modules/control/http/http.c [new file with mode: 0644]
modules/control/http/http.h [new file with mode: 0644]
modules/control/http/macro.c [new file with mode: 0644]
modules/control/http/macros.h [new file with mode: 0644]
modules/control/http/mvar.c [new file with mode: 0644]
modules/control/http/rpn.c [new file with mode: 0644]
modules/control/http/util.c [new file with mode: 0644]