diff options
author | Luigi Scarso <luigi.scarso@gmail.com> | 2022-08-22 21:33:05 +0000 |
---|---|---|
committer | Luigi Scarso <luigi.scarso@gmail.com> | 2022-08-22 21:33:05 +0000 |
commit | bf1717d383aa30df85c1981587f04b53ccbaf608 (patch) | |
tree | 7aef294a0dec56a1cea52e6e88b3c90b3cab757f /Build/source/libs/potrace/potrace-src/src/backend_pgm.h | |
parent | 7754712818064ff1f642a248ab9817ef4e2d7a90 (diff) |
Potrace under libs (again) for dvisvgm and mflua/mfluajit.
git-svn-id: svn://tug.org/texlive/trunk@64168 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/potrace/potrace-src/src/backend_pgm.h')
-rw-r--r-- | Build/source/libs/potrace/potrace-src/src/backend_pgm.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Build/source/libs/potrace/potrace-src/src/backend_pgm.h b/Build/source/libs/potrace/potrace-src/src/backend_pgm.h new file mode 100644 index 00000000000..55d77771929 --- /dev/null +++ b/Build/source/libs/potrace/potrace-src/src/backend_pgm.h @@ -0,0 +1,16 @@ +/* Copyright (C) 2001-2019 Peter Selinger. + This file is part of Potrace. It is free software and it is covered + by the GNU General Public License. See the file COPYING for details. */ + + +#ifndef BACKEND_PGM_H +#define BACKEND_PGM_H + +#include <stdio.h> + +#include "potracelib.h" +#include "main.h" + +int page_pgm(FILE *fout, potrace_path_t *plist, imginfo_t *imginfo); + +#endif /* BACKEND_PGM_H */ |