File: mpdas.h

package info (click to toggle)
mpdas 0.4.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 188 kB
  • sloc: cpp: 1,455; makefile: 34
file content (36 lines) | stat: -rw-r--r-- 597 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>

#include <stdlib.h>
#include <stdio.h>
#include <time.h>
#include <string.h>
#include <unistd.h>
#include <pwd.h>
#include <errno.h>
#include <signal.h>
#include <stdarg.h>

#include <fstream>
#include <iostream>
#include <cstring>
#include <string>
#include <vector>
#include <sstream>
#include <iomanip>
#include <map>

#include <curl/curl.h>

#include <mpd/client.h>
#include <curl/curl.h>
#include "md5.h"

#include "ini.h"

#include "config.h"
#include "utils.h"
#include "mpd.h"
#include "cache.h"
#include "audioscrobbler.h"