diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2017-02-22 04:06:22 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2017-02-22 04:06:22 +0000 |
commit | 8a945d2c859254dbb49f6d6b109753fec7072fcb (patch) | |
tree | 6d5683c9b990eb7d6d35f6c462626743aafad53c /Build/source/libs/potrace/potrace-src/src/potracelib.h | |
parent | 7567365dfffb5c704f3869a534ac5d8d8f8a016a (diff) |
potrace 1.14
git-svn-id: svn://tug.org/texlive/trunk@43298 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/potrace/potrace-src/src/potracelib.h')
-rw-r--r-- | Build/source/libs/potrace/potrace-src/src/potracelib.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/libs/potrace/potrace-src/src/potracelib.h b/Build/source/libs/potrace/potrace-src/src/potracelib.h index 0a6ddbf1f63..ed5a245ac4a 100644 --- a/Build/source/libs/potrace/potrace-src/src/potracelib.h +++ b/Build/source/libs/potrace/potrace-src/src/potracelib.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2015 Peter Selinger. +/* Copyright (C) 2001-2017 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. */ @@ -130,7 +130,7 @@ void potrace_state_free(potrace_state_t *st); /* return a static plain text version string identifying this version of potracelib */ -char *potrace_version(void); +const char *potrace_version(void); #ifdef __cplusplus } /* end of extern "C" */ |