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
129 B
C
10 lines
129 B
C
#ifndef _HTOUL_H
|
|
#define _HTOUL_H
|
|
|
|
/* $Id: htoul.h,v 1.2 2005/10/11 20:49:46 mbse Exp $ */
|
|
|
|
unsigned int htoul(char *);
|
|
|
|
#endif
|
|
|