]> git.tuebingen.mpg.de Git - paraslash.git/commit - m4/lls/server_cmd.suite.m4
server: Convert com_rm() to lopsub.
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 11 Oct 2015 00:17:55 +0000 (00:17 +0000)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 26 Mar 2017 09:02:28 +0000 (11:02 +0200)
commitf2d9fcc2aad0df59ae5a635564760c1cff4fcfc6
tree90a4641000c6dfe37b59ed6c5f1897f7af91369d
parentfd9efcbec2d1d6e25460b117841a0931de28cb6f
server: Convert com_rm() to lopsub.

This gets rid of the open-coded command line parser in com_rm() and
of enum rm_flags. Patterns are now passed to for_each_matching_row()
and from there to the action handler remove_audio_file() via ->lpr
of struct pattern_match_data.
afs.cmd
aft.c
m4/lls/server_cmd.suite.m4