You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ma...@locus.apache.org on 2000/06/21 16:36:33 UTC

cvs commit: apache-1.3/src/os/bs2000 ebcdic.h

martin      00/06/21 07:36:33

  Modified:    src/os/bs2000 ebcdic.h
  Log:
  Use API_EXPORT
  
  Revision  Changes    Path
  1.8       +3 -3      apache-1.3/src/os/bs2000/ebcdic.h
  
  Index: ebcdic.h
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/os/bs2000/ebcdic.h,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -u -r1.7 -r1.8
  --- ebcdic.h	2000/01/07 16:04:12	1.7
  +++ ebcdic.h	2000/06/21 14:36:32	1.8
  @@ -1,11 +1,11 @@
   #ifndef AP_EBCDIC_H
  -#define AP_EBCDIC_H  "$Id: ebcdic.h,v 1.7 2000/01/07 16:04:12 martin Exp $"
  +#define AP_EBCDIC_H  "$Id: ebcdic.h,v 1.8 2000/06/21 14:36:32 martin Exp $"
   
   #include <sys/types.h>
   
   extern const unsigned char os_toascii[256];
   extern const unsigned char os_toebcdic[256];
  -void *ebcdic2ascii(void *dest, const void *srce, size_t count);
  -void *ascii2ebcdic(void *dest, const void *srce, size_t count);
  +API_EXPORT(void *) ebcdic2ascii(void *dest, const void *srce, size_t count);
  +API_EXPORT(void *) ascii2ebcdic(void *dest, const void *srce, size_t count);
   
   #endif /*AP_EBCDIC_H*/