mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-11 04:33:48 +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
|