about summary refs log tree commit diff
path: root/src/include/fsent.h
blob: 676130cf07d7ccea667c5e3de2d5896f07ced3c5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#include <string.h>
#include <stdio.h>
#ifdef IN_MUSL
#include <fstab.h>
#else
#include "fstab.h"
#endif

void __fclose_keep_errno(FILE *);
int __getfs_a(char const *, char const *, struct fstab *, char **, size_t *);
int __getfsent_a(FILE *, struct fstab *, char **, size_t *);