]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blobdiff - repair/protos.h
libxfs: refactor manage_zones()
[thirdparty/xfsprogs-dev.git] / repair / protos.h
index b113aca5db62d6114e8d2f08396169c33dae43cc..83734e8501c4fbec960cbc859445d8ada5db213d 100644 (file)
@@ -1,19 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Copyright (c) 2000-2001,2005 Silicon Graphics, Inc.
  * All Rights Reserved.
- *
- * 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.
- *
- * This program is distributed in the hope that it would be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write the Free Software Foundation,
- * Inc.,  51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
 void   xfs_init(libxfs_init_t *args);
@@ -46,7 +34,7 @@ void  thread_init(void);
 
 void   phase1(struct xfs_mount *);
 void   phase2(struct xfs_mount *, int);
-void   phase3(struct xfs_mount *);
+void   phase3(struct xfs_mount *, int);
 void   phase4(struct xfs_mount *);
 void   phase5(struct xfs_mount *);
 void   phase6(struct xfs_mount *);