1/* Public domain. */
2
3#ifndef _VIDEO_CMDLINE_H
4#define _VIDEO_CMDLINE_H
5
6static inline const char *
7video_get_options(const char *a)
8{
9	return NULL;
10}
11
12#endif
13