Common functions.

SVN revision: 13462
This commit is contained in:
sebastid 2005-02-22 12:41:14 +00:00 committed by sebastid
parent de2a380ce9
commit 9df2d25036
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#include "ecore_file_private.h"
Ecore_File_Type
ecore_file_monitor_type_get(Ecore_File_Monitor *em)
{
return em->type;
}