Branch: Tag:

2000-12-16

2000-12-16 05:03:34 by Marcus Comstedt <marcus@mc.pp.se>

Added a lot of missing PMOD_EXPORT.

Rev: src/array.h:1.30
Rev: src/backend.h:1.10
Rev: src/callback.h:1.11
Rev: src/dynamic_buffer.h:1.11
Rev: src/errors.h:1.15
Rev: src/fdlib.h:1.37
Rev: src/pike_error.h:1.5

5:   \*/      /* -  * $Id: array.h,v 1.29 2000/12/13 21:19:09 hubbe Exp $ +  * $Id: array.h,v 1.30 2000/12/16 04:58:17 marcus Exp $    */   #ifndef ARRAY_H   #define ARRAY_H
152:    struct processing *p,    int indent);   void describe_array(struct array *a,struct processing *p,int indent); - struct array *aggregate_array(INT32 args); + PMOD_EXPORT struct array *aggregate_array(INT32 args);   PMOD_EXPORT struct array *append_array(struct array *a, struct svalue *s);   PMOD_EXPORT struct array *explode(struct pike_string *str,    struct pike_string *del);