@@ -176,30 +176,30 @@ typedef struct
176176
177177
178178/* use in array iterator */
179- Datum ltree_isparent (PG_FUNCTION_ARGS );
180- Datum ltree_risparent (PG_FUNCTION_ARGS );
181- Datum ltq_regex (PG_FUNCTION_ARGS );
182- Datum ltq_rregex (PG_FUNCTION_ARGS );
183- Datum lt_q_regex (PG_FUNCTION_ARGS );
184- Datum lt_q_rregex (PG_FUNCTION_ARGS );
185- Datum ltxtq_exec (PG_FUNCTION_ARGS );
186- Datum ltxtq_rexec (PG_FUNCTION_ARGS );
187- Datum _ltq_regex (PG_FUNCTION_ARGS );
188- Datum _ltq_rregex (PG_FUNCTION_ARGS );
189- Datum _lt_q_regex (PG_FUNCTION_ARGS );
190- Datum _lt_q_rregex (PG_FUNCTION_ARGS );
191- Datum _ltxtq_exec (PG_FUNCTION_ARGS );
192- Datum _ltxtq_rexec (PG_FUNCTION_ARGS );
193- Datum _ltree_isparent (PG_FUNCTION_ARGS );
194- Datum _ltree_risparent (PG_FUNCTION_ARGS );
179+ PGDLLEXPORT Datum ltree_isparent (PG_FUNCTION_ARGS );
180+ PGDLLEXPORT Datum ltree_risparent (PG_FUNCTION_ARGS );
181+ PGDLLEXPORT Datum ltq_regex (PG_FUNCTION_ARGS );
182+ PGDLLEXPORT Datum ltq_rregex (PG_FUNCTION_ARGS );
183+ PGDLLEXPORT Datum lt_q_regex (PG_FUNCTION_ARGS );
184+ PGDLLEXPORT Datum lt_q_rregex (PG_FUNCTION_ARGS );
185+ PGDLLEXPORT Datum ltxtq_exec (PG_FUNCTION_ARGS );
186+ PGDLLEXPORT Datum ltxtq_rexec (PG_FUNCTION_ARGS );
187+ PGDLLEXPORT Datum _ltq_regex (PG_FUNCTION_ARGS );
188+ PGDLLEXPORT Datum _ltq_rregex (PG_FUNCTION_ARGS );
189+ PGDLLEXPORT Datum _lt_q_regex (PG_FUNCTION_ARGS );
190+ PGDLLEXPORT Datum _lt_q_rregex (PG_FUNCTION_ARGS );
191+ PGDLLEXPORT Datum _ltxtq_exec (PG_FUNCTION_ARGS );
192+ PGDLLEXPORT Datum _ltxtq_rexec (PG_FUNCTION_ARGS );
193+ PGDLLEXPORT Datum _ltree_isparent (PG_FUNCTION_ARGS );
194+ PGDLLEXPORT Datum _ltree_risparent (PG_FUNCTION_ARGS );
195195
196196/* Concatenation functions */
197- Datum ltree_addltree (PG_FUNCTION_ARGS );
198- Datum ltree_addtext (PG_FUNCTION_ARGS );
199- Datum ltree_textadd (PG_FUNCTION_ARGS );
197+ PGDLLEXPORT Datum ltree_addltree (PG_FUNCTION_ARGS );
198+ PGDLLEXPORT Datum ltree_addtext (PG_FUNCTION_ARGS );
199+ PGDLLEXPORT Datum ltree_textadd (PG_FUNCTION_ARGS );
200200
201201/* Util function */
202- Datum ltree_in (PG_FUNCTION_ARGS );
202+ PGDLLEXPORT Datum ltree_in (PG_FUNCTION_ARGS );
203203
204204bool ltree_execute (ITEM * curitem , void * checkval ,
205205 bool calcnot , bool (* chkcond ) (void * checkval , ITEM * val ));
0 commit comments