]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blobdiff - io/seek.c
xfsprogs: make static things static
[thirdparty/xfsprogs-dev.git] / io / seek.c
index ae6e9f58a5029b7141a6a9656ec09a778a44b09f..59ba1cfd1db33316f28a989a76656829114cd0eb 100644 (file)
--- a/io/seek.c
+++ b/io/seek.c
@@ -49,7 +49,7 @@ seek_help(void)
 #define        DATA            0
 #define        HOLE            1
 
-struct seekinfo {
+static struct seekinfo {
        char            *name;          /* display item name */
        int             seektype;       /* data or hole */
        int             mask;           /* compared for print and looping */
@@ -59,7 +59,7 @@ struct seekinfo {
 };
 
 /* print item type and offset. catch special cases of eof and error */
-void
+static void
 seek_output(
        int     startflag,
        char    *type,