mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 18:03:47 +01:00
8f61583af7
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
9 lines
176 B
C
9 lines
176 B
C
/* See LICENSE file for license and copyright information */
|
|
|
|
#ifndef GIRARA_CSS_DEFINITIONS_H
|
|
#define GIRARA_CSS_DEFINITIONS_H
|
|
|
|
extern const char* CSS_TEMPLATE_INDEX;
|
|
|
|
#endif
|