/*
 * Copyright (C) 2001, Shilad Sen, Sourcelight Technologies, Inc.
 * See xmlrpc.h or the README for more copyright information.
 *
 * An object which stores information about a date and time
 */

#ifndef _RPCPOSTPONE_H_
#define _RPCPOSTPONE_H_


#include "rpcInclude.h"


PyObject	*rpcPostpone;
PyObject 	*rpcPostponeClass(void);


#endif /* _RPCPOSTPONE_H_ */


syntax highlighted by Code2HTML, v. 0.9.1