ark
bkCache.h
Go to the documentation of this file.00001 /******************************* LICENSE ************************************** 00002 * Any code in this file may be redistributed or modified under the terms of 00003 * the GNU General Public License as published by the Free Software 00004 * Foundation; version 2 of the license. 00005 ****************************** END LICENSE ***********************************/ 00006 00007 /****************************************************************************** 00008 * Author: 00009 * Andrew Smith, http://littlesvr.ca/misc/contactandrew.php 00010 * 00011 * Copyright 2005-2007 Andrew Smith <andrew-smith@mail.ru> 00012 * 00013 * Contributors: 00014 * 00015 ******************************************************************************/ 00016 00017 #ifndef BKCACHE_H 00018 #define BKCACHE_H 00019 int wcSeekForward(VolInfo* volInfo, off_t numBytes); 00020 int wcSeekSet(VolInfo* volInfo, off_t position); 00021 off_t wcSeekTell(VolInfo* volInfo); 00022 int wcWrite(VolInfo* volInfo, const char* block, off_t numBytes); 00023 #endif
KDE 4.2 API Reference