Home | nevrax.com |
|
db.hGo to the documentation of this file.00001 /* db.h 00002 * 00003 * Copyright (C) 2000 Nevrax. All rights reserved. 00004 * 00005 * The redistribution, use and modification in source or binary forms of 00006 * this software is subject to the conditions set forth in the copyright 00007 * document ("Copyright") included with this distribution. 00008 */ 00009 00010 /* 00011 * $Id: db.h,v 1.1 2000/09/15 09:34:50 lecroart Exp $ 00012 * 00013 * Main db header that include all db files 00014 */ 00015 00016 #ifndef NL_DB_H 00017 #define NL_DB_H 00018 00019 00020 00021 #endif // NL_DB_H 00022 00023 /* End of db.h */ |