aboutsummaryrefslogtreecommitdiffstats
path: root/include/swaynag/config.h
blob: 0d8889de0b34233144a755622bfac4c421aa7fed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef _SWAYNAG_CONFIG_H
#define _SWAYNAG_CONFIG_H
#include "swaynag/swaynag.h"
#include "list.h"

int swaynag_parse_options(int argc, char **argv, struct swaynag *swaynag,
		list_t *types, struct swaynag_type *type, char **config, bool *debug);

char *swaynag_get_config_path(void);

int swaynag_load_config(char *path, struct swaynag *swaynag, list_t *types);

#endif