* Forgot to add some new files...
This commit is contained in:
16
albumart.h
Normal file
16
albumart.h
Normal file
@ -0,0 +1,16 @@
|
||||
/* Utility functions
|
||||
*
|
||||
* Project : minidlna
|
||||
* Website : http://sourceforge.net/projects/minidlna/
|
||||
* Author : Justin Maggard
|
||||
* Copyright (c) 2008 Justin Maggard
|
||||
* This software is subject to the conditions detailed in the
|
||||
* LICENCE file provided in this distribution.
|
||||
* */
|
||||
#ifndef __ALBUMART_H__
|
||||
#define __ALBUMART_H__
|
||||
|
||||
sqlite_int64
|
||||
find_album_art(const char * path);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user