Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/AnonR/smanonr..../opt/saltstac.../salt/include
File: dbm.h
/* dbm.h - The include file for dbm users. */
[0] Fix | Delete
[1] Fix | Delete
/* This file is part of GDBM, the GNU data base manager, by Philip A. Nelson.
[2] Fix | Delete
Copyright (C) 1990-2022 Free Software Foundation, Inc.
[3] Fix | Delete
[4] Fix | Delete
GDBM is free software; you can redistribute it and/or modify
[5] Fix | Delete
it under the terms of the GNU General Public License as published by
[6] Fix | Delete
the Free Software Foundation; either version 2, or (at your option)
[7] Fix | Delete
any later version.
[8] Fix | Delete
[9] Fix | Delete
GDBM is distributed in the hope that it will be useful,
[10] Fix | Delete
but WITHOUT ANY WARRANTY; without even the implied warranty of
[11] Fix | Delete
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
[12] Fix | Delete
GNU General Public License for more details.
[13] Fix | Delete
[14] Fix | Delete
You should have received a copy of the GNU General Public License
[15] Fix | Delete
along with GDBM. If not, see <http://www.gnu.org/licenses/>.
[16] Fix | Delete
[17] Fix | Delete
You may contact the author by:
[18] Fix | Delete
e-mail: phil@cs.wwu.edu
[19] Fix | Delete
us-mail: Philip A. Nelson
[20] Fix | Delete
Computer Science Department
[21] Fix | Delete
Western Washington University
[22] Fix | Delete
Bellingham, WA 98226
[23] Fix | Delete
[24] Fix | Delete
*************************************************************************/
[25] Fix | Delete
[26] Fix | Delete
#include <gdbm.h>
[27] Fix | Delete
[28] Fix | Delete
/* These are the routines in dbm. */
[29] Fix | Delete
[30] Fix | Delete
extern int dbminit (char *file);
[31] Fix | Delete
extern datum fetch (datum key);
[32] Fix | Delete
extern int store (datum key, datum content);
[33] Fix | Delete
extern int delete (datum key);
[34] Fix | Delete
extern datum firstkey (void);
[35] Fix | Delete
extern datum nextkey (datum key);
[36] Fix | Delete
extern int dbmclose (void);
[37] Fix | Delete
[38] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function