head     1.1;
branch   1.1.1;
access   ;
symbols  libarchive-3-8-7:1.1.1.1 KIENTZLE:1.1.1;
locks    ; strict;
comment  @ * @;


1.1
date     2026.04.15.08.40.11;  author adam;  state Exp;
branches 1.1.1.1;
next     ;
commitid        enlkxxj5Vxhi42CG;

1.1.1.1
date     2026.04.15.08.40.11;  author adam;  state Exp;
branches ;
next     ;
commitid        enlkxxj5Vxhi42CG;


desc
@@



1.1
log
@Initial revision
@
text
@/*-
 * SPDX-License-Identifier: BSD-2-Clause
 *
 * Copyright (c) 2011 The NetBSD Foundation, Inc.
 * All rights reserved.
 */

#ifndef LAFE_GETLINE_H_INCLUDED
#define LAFE_GETLINE_H_INCLUDED

#include "lafe_platform.h"

#ifndef HAVE_GETLINE
#ifdef HAVE_STDINT_H
#include <stdint.h>
#endif
#ifdef HAVE_STDIO_H
#include <stdio.h>
#endif
ssize_t getline(char **buf, size_t *bufsiz, FILE *fp);
#endif

#endif /* !LAFE_GETLINE_H_INCLUDED */
@


1.1.1.1
log
@libarchive: imported version 3.8.7
@
text
@@
