From cca66b9ec4e494c1d919bff0f71a820d8afab1fa Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 20:24:48 +0200 Subject: Adding upstream version 1.2.2. Signed-off-by: Daniel Baumann --- src/path-prefix.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/path-prefix.h (limited to 'src/path-prefix.h') diff --git a/src/path-prefix.h b/src/path-prefix.h new file mode 100644 index 0000000..681537c --- /dev/null +++ b/src/path-prefix.h @@ -0,0 +1,20 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ + +#ifndef SEEN_PATH_PREFIX_H +#define SEEN_PATH_PREFIX_H + +#include + +char const *get_inkscape_datadir(); +char const *get_program_name(); +char const *get_program_dir(); + +#endif /* _PATH_PREFIX_H_ */ -- cgit v1.2.3