]> git.wh0rd.org - dump.git/blobdiff - restore/extern.h
Do not add links several times in restore
[dump.git] / restore / extern.h
index 8cf3f2c9527506cc544faf4bab7bfdfe2d356e7e..dfbe5fe8322c8edaff8a53682b56e46c510a8ca9 100644 (file)
@@ -2,8 +2,9 @@
  *     Ported to Linux's Second Extended File System as part of the
  *     dump and restore backup suit
  *     Remy Card <card@Linux.EU.Org>, 1994-1997
- *      Stelian Pop <pop@cybercable.fr>, 1999 
+ *     Stelian Pop <pop@cybercable.fr>, 1999-2000
  *
+ *     $Id: extern.h,v 1.8 2000/02/08 12:22:43 stelian Exp $
  */
 
 /*-
@@ -37,8 +38,6 @@
  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
- *
- * $Id: extern.h,v 1.5 1999/10/11 13:31:12 stelian Exp $
  */
 
 struct entry   *addentry __P((char *, ino_t, int));
@@ -121,4 +120,5 @@ int         rmtseek __P((int, int));
 
 /* From e2fsprogs */
 int fsetflags __P((const char *, unsigned long));
+int fgetflags __P((const char *, unsigned long *));
 int setflags __P((int, unsigned long));