Expando Node for a Conditional Date. More...
Go to the source code of this file.
Data Structures | |
struct | NodeCondDatePrivate |
Private data for a Conditional Date -. More... | |
Functions | |
struct ExpandoNode * | node_conddate_parse (const char *str, int did, int uid, const char **parsed_until, struct ExpandoParseError *err) |
Parse a CondDate format string. | |
Expando Node for a Conditional Date.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file node_conddate.h.
struct ExpandoNode * node_conddate_parse | ( | const char * | str, |
int | did, | ||
int | uid, | ||
const char ** | parsed_until, | ||
struct ExpandoParseError * | err | ||
) |
Parse a CondDate format string.
[in] | str | String to parse |
[in] | did | Domain ID |
[in] | uid | Unique ID |
[out] | parsed_until | First character after parsed string |
[out] | err | Buffer for errors |
Definition at line 221 of file node_conddate.c.