This enum became unused ten years ago when the touch command learned to use
the lopsub library.
Fixes: fdf416e9af730a1df9eec8d7acb108d7ca881926
}
EXPORT_SERVER_CMD_HANDLER(add);
-/** Flags used by the touch command. */
-enum touch_flags {
- /** Whether the \p FNM_PATHNAME flag should be passed to fnmatch(). */
- TOUCH_FLAG_FNM_PATHNAME = 1,
- /** Activates verbose mode. */
- TOUCH_FLAG_VERBOSE = 2
-};
-
static int touch_audio_file(__a_unused struct osl_table *table,
struct osl_row *row, const char *name, void *data)
{