home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 March B / SCO_CASTOR4RRT.iso / ls / root.2 / usr / lib / iconv / kmods / 437 / Stubs.c / Stubs
Text File  |  1998-08-19  |  983b  |  19 lines

  1. /*
  2.  * Copyright (c) 1998 The Santa Cruz Operation, Inc.. All Rights Reserved. 
  3.  *                                                                         
  4.  *        THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF THE               
  5.  *                   SANTA CRUZ OPERATION INC.                             
  6.  *                                                                         
  7.  *   The copyright notice above does not evidence any actual or intended   
  8.  *   publication of such source code.                                      
  9.  */
  10.  
  11. #ident    "@(#)kern-i386:util/ccnv/ccnv.cf/Stubs.c    1.2.1.1"
  12. #ident    "$Header: $"
  13. #include <sys/errno.h>
  14.  
  15. ccnv_dos2unix(char **a, unsigned char *b, unsigned int c, unsigned int d) { return(ENOLOAD); }
  16. ccnv_unix2dos(char **a, unsigned char **b, unsigned int c, unsigned int d) { return(ENOLOAD); }
  17. dos2unixfn(unsigned char *a, unsigned char *b, int *c) { return(ENOLOAD); }
  18. unix2dosfn(unsigned char *a, unsigned char *b, int c) { return(ENOLOAD); }
  19.