/*-
 * $Id: rr-framefactory.h,v 1.6 2002/05/11 17:54:01 jonas Exp $
 *
 * See the file LICENSE for redistribution information. 
 * If you have not received a copy of the license, please contact CodeFactory
 * by email at info@codefactory.se, or on the web at http://www.codefactory.se/
 * You may also write to: CodeFactory AB, SE-903 47, Umeå, Sweden.
 *
 * Copyright (c) 2002 Jonas Borgström <jonas@codefactory.se>
 * Copyright (c) 2002 Daniel Lundin   <daniel@codefactory.se>
 * Copyright (c) 2002 CodeFactory AB.  All rights reserved.
 */

#ifndef __RR_FRAMEFACTORY_H__
#define __RR_FRAMEFACTORY_H__

gint rr_framefactory_parse_frame (RRConnection *conn, 
				  const gchar *buffer, 
				  gint len, RRFrame **frame, GError **error);

void rr_framefactory_register_type (const gchar *header_id, GType type);

#endif /* __RR_FRAMEFACTORY_H__ */


syntax highlighted by Code2HTML, v. 0.9.1