CVSROOT:        /sources/hurdextras
Module name:    pptop
Changes by:     Samuel Thibault <sthibaul>      24/11/16 17:19:00

Modified files:
        .              : options.h pptop.h 

Log message:
        Fix 64b builds

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pptop/options.h?cvsroot=hurdextras&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/pptop/pptop.h?cvsroot=hurdextras&r1=1.3&r2=1.4

Patches:
Index: options.h
===================================================================
RCS file: /sources/hurdextras/pptop/options.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- options.h   25 Aug 2002 19:17:31 -0000      1.1
+++ options.h   16 Nov 2024 22:19:00 -0000      1.2
@@ -18,4 +18,5 @@
    along with this program; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA */
 
-int wait_and_check_for_quit ();
+int wait_and_check_for_quit (void);
+int get_lines (void);

Index: pptop.h
===================================================================
RCS file: /sources/hurdextras/pptop/pptop.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- pptop.h     19 Aug 2002 23:48:25 -0000      1.3
+++ pptop.h     16 Nov 2024 22:19:00 -0000      1.4
@@ -22,5 +22,6 @@
 
 int new_update(struct ps_stream *);
 int adjust_headers (int);
+int fix_head_count (void);
 
 #define MAXLINELENGTH 300      /* maximum length of a line in a terminal */

_______________________________________________
Hurdextras-commit mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/hurdextras-commit

Reply via email to