confuse-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [Confuse-devel] cfg_setopt() [patch]


From: Daniel.Pocock
Subject: RE: [Confuse-devel] cfg_setopt() [patch]
Date: Mon, 6 Oct 2008 12:23:58 +0100


I got no reply to the earlier message I sent on this topic (below)

Therefore, I am posting the patch, attached
 

> -----Original Message-----
> From: 
> address@hidden
> .org 
> [mailto:confuse-devel-bounces+daniel.pocock=barclayscapital.co
> address@hidden On Behalf Of Pocock, Daniel: IT (LDN)
> Sent: 13 August 2008 11:20
> To: address@hidden
> Subject: [Confuse-devel] cfg_setopt()
> 
> 
> 
> 
> Hi,
> 
> Is there a reason why cfg_setopt is not in the public API?
> 
> I want to do something like this in my application, manually 
> adding a new instance of `my_multi_section' after parsing has 
> completed:
> 
>    cfg_opt = cfg_getopt(config_file, "my_multi_section");
>    cfg_val_tmp = cfg_setopt(config_file, cfg_opt, 0);
>    cfg_tmp = cfg_val_tmp->section;
>    cfg_setstr(cfg_tmp, "my_value", "hello world");
> 
> my_multi_section is defined:
> 
>    CFG_SEC("my_multi_section", my_multi_section_opts, CFGF_MULTI)
> 
> I've patched confuse.c and confuse.h so that cfg_setopt is in 
> the API, and it seems to work.
> 
> Regards,
> 
> Daniel
> _______________________________________________
> 
> This e-mail may contain information that is confidential, 
> privileged or otherwise protected from disclosure. If you are 
> not an intended recipient of this e-mail, do not duplicate or 
> redistribute it by any means. Please delete it and any 
> attachments and notify the sender that you have received it 
> in error. Unless specifically indicated, this e-mail is not 
> an offer to buy or sell or a solicitation to buy or sell any 
> securities, investment products or other financial product or 
> service, an official confirmation of any transaction, or an 
> official statement of Barclays. Any views or opinions 
> presented are solely those of the author and do not 
> necessarily represent those of Barclays. This e-mail is 
> subject to terms available at the following link: 
> www.barcap.com/emaildisclaimer. By messaging with Barclays 
> you consent to the foregoing.  Barclays Capital is the 
> investment banking division of Barclays Bank PLC, a company 
> registered in England (number 1026167) with its registered 
> office at 1 Churchill Place, London, E14 5HP.  This email may 
> relate to or be sent from other members of the Barclays Group.
> _______________________________________________
> 
> 
> _______________________________________________
> Confuse-devel mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/confuse-devel
> 

_______________________________________________

This e-mail may contain information that is confidential, privileged or 
otherwise protected from disclosure. If you are not an intended recipient of 
this e-mail, do not duplicate or redistribute it by any means. Please delete it 
and any attachments and notify the sender that you have received it in error. 
Unless specifically indicated, this e-mail is not an offer to buy or sell or a 
solicitation to buy or sell any securities, investment products or other 
financial product or service, an official confirmation of any transaction, or 
an official statement of Barclays. Any views or opinions presented are solely 
those of the author and do not necessarily represent those of Barclays. This 
e-mail is subject to terms available at the following link: 
www.barcap.com/emaildisclaimer. By messaging with Barclays you consent to the 
foregoing.  Barclays Capital is the investment banking division of Barclays 
Bank PLC, a company registered in England (number 1026167) with its registered 
office at 1 Churchill Place, London, E14 5HP.  This email may relate to or be 
sent from other members of the Barclays Group.
_______________________________________________

Attachment: confuse-setopt.diff
Description: confuse-setopt.diff


reply via email to

[Prev in Thread] Current Thread [Next in Thread]