libmpdclient  2.23
error.h
Go to the documentation of this file.
1 // SPDX-License-Identifier: BSD-2-Clause
2 // Copyright The Music Player Daemon Project
3 
11 #ifndef MPD_ERROR_H
12 #define MPD_ERROR_H
13 
14 enum mpd_error {
17 
20 
24 
28 
31 
34 
37 
40 
43 
49 };
50 
51 #endif
mpd_error
Definition: error.h:14