diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-02-10 16:19:34 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-02-10 16:19:34 +0000 |
commit | d8d1a3e22085125266fc10d9686b7dc96263736c (patch) | |
tree | 438550a66db316bd087c3e5d631bab7d637a2f76 /Build/source/texk/kpathsea/str-list.h | |
parent | fafab64e8f37f145b91f6121d63756991bd47a08 (diff) |
added KPSEDLL
git-svn-id: svn://tug.org/texlive/trunk@16957 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/str-list.h')
-rw-r--r-- | Build/source/texk/kpathsea/str-list.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/str-list.h b/Build/source/texk/kpathsea/str-list.h index c9fe6ad26f9..eb76e12f007 100644 --- a/Build/source/texk/kpathsea/str-list.h +++ b/Build/source/texk/kpathsea/str-list.h @@ -42,7 +42,7 @@ extern str_list_type str_list_init (void); /* Append the string S to the list L. It's up to the caller to not deallocate S; we don't copy it. Also up to the caller to terminate the list with a null entry. */ -extern void str_list_add (str_list_type *l, string s); +extern KPSEDLL void str_list_add (str_list_type *l, string s); /* Append all the elements from MORE to TARGET. */ extern void str_list_concat (str_list_type * target, str_list_type more); |