~ubuntu-branches/ubuntu/intrepid/gnunet/intrepid

« back to all changes in this revision

Viewing changes to src/include/gnunet_getoption_lib.h

  • Committer: Bazaar Package Importer
  • Author(s): Stephan Hermann
  • Date: 2008-01-31 17:40:18 UTC
  • mfrom: (1.2.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20080131174018-sfnbb8wv7p4nmut1
Tags: 0.7.3-2ubuntu1
* Merge from debian unstable, remaining changes:
  - debian/rules:
    = Make use of code from cdbs' clean-la.mk file to clear the
      dependency_libs field in all .la files in the gnunet-dev package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
 * Obtain option value from a peer.
42
42
 * @return NULL on error
43
43
 */
44
 
char *getConfigurationOptionValue (struct ClientServerConnection *sock,
45
 
                                   const char *section, const char *option);
 
44
char *GNUNET_get_daemon_configuration_value (struct
 
45
                                             GNUNET_ClientServerConnection
 
46
                                             *sock, const char *section,
 
47
                                             const char *option);
46
48
 
47
49
#if 0                           /* keep Emacsens' auto-indent happy */
48
50
{