flat_uri.h

Go to the documentation of this file.
00001 /*
00002  * $Id$
00003  *
00004  * Copyright (C) 2008 iptelorg GmbH
00005  * Written by Jan Janak <jan@iptel.org>
00006  *
00007  * This file is part of SER, a free SIP server.
00008  *
00009  * SER is free software; you can redistribute it and/or modify it under the
00010  * terms of the GNU General Public License as published by the Free Software
00011  * Foundation; either version 2 of the License, or (at your option) any later
00012  * version.
00013  *
00014  * SER is distributed in the hope that it will be useful, but WITHOUT ANY
00015  * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
00016  * FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
00017  * details.
00018  *
00019  * You should have received a copy of the GNU General Public License along
00020  * with this program; if not, write to the Free Software Foundation, Inc., 
00021  * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
00022  */
00023 
00024 #ifndef _FLAT_URI_H
00025 #define _FLAT_URI_H
00026 
00035 #include "../../lib/srdb2/db_uri.h"
00036 #include "../../lib/srdb2/db_drv.h"
00037 
00043 struct flat_uri {
00044         db_drv_t drv;
00046     str path;  
00047 };
00048 
00049 
00057 int flat_uri(db_uri_t* uri);
00058 
00059 
00062 #endif /* _FLAT_URI_H */