home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 March B / SCO_CASTOR4RRT.iso / uccs / root.14 / udk / usr / add-on / include / pbf.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-08-19  |  944 b   |  33 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    "@(#)libetitam:pbf.h    1.1"
  12. /*
  13.  *  pbf.h - V1.1
  14.  *
  15.  *    Paste buffer definitions
  16.  */
  17.  
  18. struct    s_kwtbl {            /* Keyword table structure */
  19.   char    *keyword;
  20.   int    token;
  21. };
  22.  
  23.     /*  ADF token definitions */
  24.  
  25. #define    atk_err        -1        /* Error */
  26. #define    atk_null     0        /* Empty line */
  27.  
  28. extern    FILE *pb_open ();
  29. extern    char *pb_name ();
  30. extern    char *pb_gets ();
  31. extern    char *adf_gtwrd ();
  32. extern    char *adf_gtxcd ();
  33.