/* * Copyright (c) 1997-2007, OpenFWTK Development Group * All rights reserved. See LICENSE. */ /* chkversion.c */ /* Copyright 1997-2000 by Eberhard Mattes Donated to the public domain. No warranty. 1997-09-12 Initial version 1997-10-21 Require ipaddr_parse() and ipaddr_compare() 2000-04-07 Require two-argument version of fast_daemon() 2000-05-12 Require fixed emi_fill() 2000-05-31 libemfw 400 */ #include #include "libemfw.h" int main (void) { libemfw_version_check (400, 499); return 0; }