Application startup routine. More...
#include "stdinc.h"#include "audio_output.h"#include "config.h"#include "dbus.h"#include "gui.h"#include "playq.h"#include "scrobbler.h"#include "vfs.h"
Go to the source code of this file.
Functions | |
| static void | version (void) |
| Display the application version and compile-time options. | |
| static void | usage (void) |
| Display the command line usage flags. | |
| int | main (int argc, char *argv[]) |
| Startup routine for the application. | |
Application startup routine.
Definition in file main.c.
1.6.3