diff options
author | "Vladimir N. Oleynik" | 2005-10-15 14:41:08 +0000 |
---|---|---|
committer | "Vladimir N. Oleynik" | 2005-10-15 14:41:08 +0000 |
commit | c961a44e0ba57d79528ef2e69324872a26ecd3e6 (patch) | |
tree | 35f0dc57f58353588b51ac61bae191a7a2338a61 /e2fsprogs/blkid/probe.h | |
parent | d3d829aaf0fb1fd0d38402a77a310debde2829bf (diff) | |
download | busybox-c961a44e0ba57d79528ef2e69324872a26ecd3e6.zip busybox-c961a44e0ba57d79528ef2e69324872a26ecd3e6.tar.gz |
more const, all data to text
Diffstat (limited to 'e2fsprogs/blkid/probe.h')
-rw-r--r-- | e2fsprogs/blkid/probe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e2fsprogs/blkid/probe.h b/e2fsprogs/blkid/probe.h index 85234e8..10af5d5 100644 --- a/e2fsprogs/blkid/probe.h +++ b/e2fsprogs/blkid/probe.h @@ -19,7 +19,7 @@ struct blkid_magic; typedef int (*blkid_probe_t)(int fd, blkid_cache cache, blkid_dev dev, - struct blkid_magic *id, unsigned char *buf); + const struct blkid_magic *id, unsigned char *buf); struct blkid_magic { const char *bim_type; /* type name for this magic */ |