ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/idar/idar.c
(Generate patch)

Comparing projects/cms/source/idar/idar.c (file contents):
Revision 1.5 by pajs, Sun Mar 30 10:58:21 2003 UTC vs.
Revision 1.6 by tdb, Sun Mar 30 17:11:26 2003 UTC

# Line 33 | Line 33
33   #include <libxml/xmlmemory.h>
34   #include <libxml/parser.h>
35   #include "genmergesort.h"
36 +
37 + #ifdef HAVE_NCURSES_H
38 + #include <ncurses.h>
39 + #else
40   #include <curses.h>
41 + #endif
42  
43   struct host_line_t{
44          char *hostname;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines