File: dir_list.h

package info (click to toggle)
gnomp3 0.1.7-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 488 kB
  • ctags: 342
  • sloc: ansic: 3,285; makefile: 74; awk: 33
file content (9 lines) | stat: -rw-r--r-- 120 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#include "gnomp3.h"

#ifndef DIR_LIST_H
#define DIR_LIST_H

void dir_list_add(MP3 *mp3);
void dir_list_build();

#endif