File: savetab.h

package info (click to toggle)
atari-fdisk 0.7.1-1
  • links: PTS
  • area: main
  • in suites: slink
  • size: 236 kB
  • ctags: 225
  • sloc: ansic: 2,946; makefile: 136; sh: 23
file content (37 lines) | stat: -rw-r--r-- 1,085 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/* savetab.h: saving and restoring the partition table
 *
 * Copyright (C) 1995-97 Roman Hodek <Roman.Hodek@informatik.uni-erlangen.de>
 *               1996-97 Michael Schlueter <schlue00@marvin.informatik.uni-dortmund.de>
 *
 * This program is free software.  You can redistribute it and/or
 * modify it under the terms of the GNU General Public License as
 * published by the Free Software Foundation: either version 2 or
 * (at your option) any later version.
 *
 */

#ifndef _savetab_h
#define _savetab_h

/* $Id: savetab.h,v 1.2 1997/06/22 10:30:58 rnhodek Exp $
 *
 * $Log: savetab.h,v $
 * Revision 1.2  1997/06/22 10:30:58  rnhodek
 * Add __attribute__((unused)) to cvid
 *
 * Revision 1.1  1997/06/11 14:36:36  rnhodek
 * Initial revision
 * 
 * Revision 1.1.1.1  1997/06/11 14:36:36  rnhodek
 * Started using CVS for atafdisk
 *
 */

/***************************** Prototypes *****************************/

int save_sectors( void );
int restore_sectors( const char *dev );

/************************* End of Prototypes **************************/

#endif  /* _savetab_h */