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

« back to all changes in this revision

Viewing changes to src/include/gnunet_util_boot.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:
55
55
                 char *const *argv,
56
56
                 const char *binaryName,
57
57
                 char **configurationFileName,
58
 
                 const struct CommandLineOption *options,
59
 
                 struct GE_Context **ectx, struct GC_Configuration **cfg);
 
58
                 const struct GNUNET_CommandLineOption *options,
 
59
                 struct GNUNET_GE_Context **ectx,
 
60
                 struct GNUNET_GC_Configuration **cfg);
60
61
 
61
62
/**
62
63
 * Free resources allocated during GNUnet_init.
63
64
 */
64
 
void GNUNET_fini (struct GE_Context *ectx, struct GC_Configuration *cfg);
 
65
void GNUNET_fini (struct GNUNET_GE_Context *ectx,
 
66
                  struct GNUNET_GC_Configuration *cfg);
65
67
 
66
68
#if 0                           /* keep Emacsens' auto-indent happy */
67
69
{