[BACK]Return to dump_entry.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / tic

Diff for /src/usr.bin/tic/dump_entry.h between version 1.2 and 1.3

version 1.2, 1998/11/03 21:59:53 version 1.3, 1999/03/02 06:23:55
Line 1 
Line 1 
 /*      $OpenBSD$       */  /*      $OpenBSD$       */
   
 /****************************************************************************  /****************************************************************************
  * Copyright (c) 1998 Free Software Foundation, Inc.                        *   * Copyright (c) 1998,1999 Free Software Foundation, Inc.                   *
  *                                                                          *   *                                                                          *
  * Permission is hereby granted, free of charge, to any person obtaining a  *   * Permission is hereby granted, free of charge, to any person obtaining a  *
  * copy of this software and associated documentation files (the            *   * copy of this software and associated documentation files (the            *
Line 57 
Line 57 
 extern int fmt_entry(TERMTYPE *, int (*)(int, int), bool, bool, bool);  extern int fmt_entry(TERMTYPE *, int (*)(int, int), bool, bool, bool);
 extern int dump_entry(TERMTYPE *, bool, bool, int (*)(int, int));  extern int dump_entry(TERMTYPE *, bool, bool, int (*)(int, int));
 extern int dump_uses(const char *, bool);  extern int dump_uses(const char *, bool);
 extern void compare_entry(void (*)(int, int, const char *));  extern void compare_entry(void (*)(int, int, const char *), TERMTYPE *);
   
 #define FAIL    -1  #define FAIL    -1

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3