[see] / see / trunk / libsee / enumerate.h Repository:
ViewVC logotype

View of /see/trunk/libsee/enumerate.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1397 - (download) (as text) (annotate)
Sun Apr 5 05:25:39 2009 UTC (17 months ago) by d
File size: 375 byte(s)
Remove unnecessary CVS $Id$ tags

/* Copyright (c) 2003, David Leonard. All rights reserved. */

#ifndef _SEE_h_enumerate_
#define _SEE_h_enumerate_

struct SEE_interpreter;
struct SEE_string;
struct SEE_object;

struct SEE_string **SEE_enumerate(struct SEE_interpreter *i,
	struct SEE_object *o);
void SEE_enumerate_free(struct SEE_interpreter *i, struct SEE_string **props);

#endif /* _SEE_h_enumerate_ */

David Leonard
ViewVC Help
Powered by ViewVC 1.0.9