blob: 9402a1c084b1d20717749b0074619f70dc1a6a36 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ak,v 1.5 2003/09/23 21:39:48 abs Exp $
--- faxd/FaxModem.h.orig Sat Apr 26 08:11:21 2003
+++ faxd/FaxModem.h
@@ -144,7 +144,7 @@ protected:
/*
* Correct if neccessary Phase C (T.4) data (remove extra RTC etc.)
*/
- void correctPhaseCData(u_char* buf, u_long* pBufSize,
+ void correctPhaseCData(u_char* buf, uint32* pBufSize,
u_int fillorder, const Class2Params& params);
public:
enum { // FaxModem::RTNHandling
|