install-reloc: Support multi-binary installation.
[gnulib.git] / lib / modechange.h
index f6f8e74..fc4c944 100644 (file)
@@ -1,7 +1,7 @@
 /* modechange.h -- definitions for file mode manipulation
 
-   Copyright (C) 1989, 1990, 1997, 2003, 2004, 2005, 2006 Free
-   Software Foundation, Inc.
+   Copyright (C) 1989-1990, 1997, 2003-2006, 2009-2013 Free Software
+   Foundation, Inc.
 
    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
@@ -25,6 +25,6 @@
 struct mode_change *mode_compile (const char *);
 struct mode_change *mode_create_from_ref (const char *);
 mode_t mode_adjust (mode_t, bool, mode_t, struct mode_change const *,
-                   mode_t *);
+                    mode_t *);
 
 #endif