This file is indexed.

/usr/include/libmpd-1.0/libmpd/libmpd-sticker.h is in libmpd-dev 0.20.0-1.1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
#ifndef __LIBMPD_STICKER_H__
#define __LIBMPD_STICKER_H__


char * mpd_sticker_song_get(MpdObj *mi, const char *path, const char *tag);

int mpd_sticker_song_set(MpdObj *mi, const char *path, const char *tag, const char *value);


int mpd_sticker_supported ( MpdObj *mi);
#endif