aboutsummaryrefslogtreecommitdiff
path: root/src/base/gz/seek.c
blob: 8230a7930b640573afb70f904bce2942100962e4 (plain)
1
2
3
4
5
6
7
#include "internal.h"

int
gz·seek(gz·Stream *s, long off, int whence)
{
    return gzseek(s, off, whence);
}