880eb115d4
- Added Binkp CRC support (FSP-1020). - Changed the "No Binkp/1.1" setting for nodes to only be effective on outgoing calls. It was causing issues for other mailers (including BinkD) on incoming calls because mbcico was reporting Binkp/1.1 in the VER string but then falling back to Binkp/1.0. - Updated the Internet Rex Binkp/1.1 bug workaround to reflect that versions 2.31 and 2.67 are also affected.
10 lines
193 B
C
10 lines
193 B
C
/* $Id: bopenfile.h,v 1.1 2005/09/12 13:47:09 mbse Exp $ */
|
|
|
|
#ifndef _BOPENFILE_H
|
|
#define _BOPENFILE_H
|
|
|
|
FILE *bopenfile(char *, time_t, off_t, off_t *);
|
|
int bclosefile(int, int, int);
|
|
|
|
#endif
|