Path: blob/master/thirdparty/linuxbsd_headers/pulse/error.h
9905 views
#ifndef fooerrorhfoo1#define fooerrorhfoo23/***4This file is part of PulseAudio.56Copyright 2004-2006 Lennart Poettering7Copyright 2006 Pierre Ossman <[email protected]> for Cendio AB89PulseAudio is free software; you can redistribute it and/or modify10it under the terms of the GNU Lesser General Public License as published11by the Free Software Foundation; either version 2.1 of the License,12or (at your option) any later version.1314PulseAudio is distributed in the hope that it will be useful, but15WITHOUT ANY WARRANTY; without even the implied warranty of16MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU17General Public License for more details.1819You should have received a copy of the GNU Lesser General Public License20along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.21***/2223#include <pulse/cdecl.h>24#include <pulse/version.h>2526/** \file27* Error management */2829PA_C_DECL_BEGIN3031/** Return a human readable error message for the specified numeric error code */32const char* pa_strerror(int error);3334PA_C_DECL_END3536#endif373839