1
0
mirror of https://github.com/openbsd/src.git synced 2026-06-18 07:13:36 +02:00

remove prototype for removed getbasepath()

This commit is contained in:
jsg
2026-06-12 07:12:12 +00:00
parent 315a7459da
commit 59d95d307a
+1 -2
View File
@@ -1,4 +1,4 @@
/* $OpenBSD: sndiod.c,v 1.55 2026/05/26 14:50:52 ratchov Exp $ */
/* $OpenBSD: sndiod.c,v 1.56 2026/06/12 07:12:12 jsg Exp $ */
/*
* Copyright (c) 2008-2012 Alexandre Ratchov <alex@caoua.org>
*
@@ -100,7 +100,6 @@ int opt_mmc(void);
int opt_onoff(void);
int getword(char *, char **);
unsigned int opt_mode(void);
void getbasepath(char *);
void setsig(void);
void unsetsig(void);
struct dev *mkdev(char *, struct aparams *, int, int);