diff options
author | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2017-01-03 07:25:17 +0000 |
---|---|---|
committer | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2017-01-03 07:25:17 +0000 |
commit | a331c813520a888e5fcf6a2077ad0013e0abbf74 (patch) | |
tree | 2f967c2be56f735232cf3b615d83f7534d2af9de /usr.bin/aucat/utils.h | |
parent | 9adf992c4585625aa1a5fe517f4524cb8b33727d (diff) |
Sync utils.c and utils.h to sndiod.
Diffstat (limited to 'usr.bin/aucat/utils.h')
-rw-r--r-- | usr.bin/aucat/utils.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/aucat/utils.h b/usr.bin/aucat/utils.h index 363ff4a7fcf..442e1b1571a 100644 --- a/usr.bin/aucat/utils.h +++ b/usr.bin/aucat/utils.h @@ -1,4 +1,4 @@ -/* $OpenBSD: utils.h,v 1.2 2015/11/09 14:44:23 mmcc Exp $ */ +/* $OpenBSD: utils.h,v 1.3 2017/01/03 07:25:16 ratchov Exp $ */ /* * Copyright (c) 2003-2012 Alexandre Ratchov <alex@caoua.org> * @@ -29,6 +29,7 @@ void log_flush(void); void *xmalloc(size_t); char *xstrdup(char *); +void xfree(void *); /* * Log levels: |