/[hurd]/hurd-l4/laden/output.h
ViewVC logotype

Diff of /hurd-l4/laden/output.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by marcus, Mon Sep 8 14:23:17 2003 UTC revision 1.4 by marcus, Mon Sep 15 18:18:58 2003 UTC
# Line 58  int output_init (char *name); Line 58  int output_init (char *name);
58  void output_deinit (void);  void output_deinit (void);
59    
60  /* Print the single character CHR on the output device.  */  /* Print the single character CHR on the output device.  */
61  void putchar (int chr);  int putchar (int chr);
62    
63  void printf (const char *fmt, ...);  int puts (const char *str);
64    
65    int printf (const char *fmt, ...);
66    
67  /* True if debug mode is enabled.  */  /* True if debug mode is enabled.  */
68  extern int output_debug;  extern int output_debug;

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

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26