gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r6669 - GNUnet/src/include


From: gnunet
Subject: [GNUnet-SVN] r6669 - GNUnet/src/include
Date: Thu, 3 Apr 2008 23:40:37 -0600 (MDT)

Author: amatus
Date: 2008-04-03 23:40:35 -0600 (Thu, 03 Apr 2008)
New Revision: 6669

Modified:
   GNUnet/src/include/gnunet_ecrs_lib.h
Log:
formatting

Modified: GNUnet/src/include/gnunet_ecrs_lib.h
===================================================================
--- GNUnet/src/include/gnunet_ecrs_lib.h        2008-04-03 15:13:50 UTC (rev 
6668)
+++ GNUnet/src/include/gnunet_ecrs_lib.h        2008-04-04 05:40:35 UTC (rev 
6669)
@@ -381,7 +381,11 @@
  * @return an ECRS URI for the given keywords, NULL
  *  if keywords is not legal (i.e. empty).
  */
-struct GNUNET_ECRS_URI *GNUNET_ECRS_keyword_string_to_uri (struct 
GNUNET_GE_Context *ectx, const char *keywords);       /* helper.c */
+struct GNUNET_ECRS_URI *GNUNET_ECRS_keyword_string_to_uri (struct
+                                                           GNUNET_GE_Context
+                                                           *ectx,
+                                                           const char 
*keywords);
+                                                           /* helper.c */
 
 /**
  * Create an ECRS URI from a user-supplied command line of keywords.
@@ -391,7 +395,14 @@
  * @return an ECRS URI for the given keywords, NULL
  *  if keywords is not legal (i.e. empty).
  */
-struct GNUNET_ECRS_URI *GNUNET_ECRS_keyword_command_line_to_uri (struct 
GNUNET_GE_Context *ectx, unsigned int argc, const char **argv); /* helper.c */
+struct GNUNET_ECRS_URI *GNUNET_ECRS_keyword_command_line_to_uri (struct
+                                                                 
GNUNET_GE_Context
+                                                                 *ectx,
+                                                                 unsigned int
+                                                                 argc,
+                                                                 const char
+                                                                 **argv);
+                                                                 /* helper.c */
 
 /**
  * Create an ECRS URI from a user-supplied list of keywords.
@@ -544,8 +555,18 @@
  * @return GNUNET_SYSERR if the upload failed (i.e. not enough space
  *  or gnunetd not running)
  */
-int GNUNET_ECRS_file_upload (struct GNUNET_GE_Context *ectx, struct 
GNUNET_GC_Configuration *cfg, const char *filename, int doIndex, unsigned int 
anonymityLevel, unsigned int priority, GNUNET_CronTime expirationTime,        
/* absolute time */
-                             GNUNET_ECRS_UploadProgressCallback upcb, void 
*upcbClosure, GNUNET_ECRS_TestTerminate tt, void *ttClosure, struct 
GNUNET_ECRS_URI **uri);  /* upload.c */
+int GNUNET_ECRS_file_upload (struct GNUNET_GE_Context *ectx,
+                             struct GNUNET_GC_Configuration *cfg,
+                             const char *filename,
+                             int doIndex,
+                             unsigned int anonymityLevel,
+                             unsigned int priority,
+                             GNUNET_CronTime expirationTime, /* absolute time 
*/
+                             GNUNET_ECRS_UploadProgressCallback upcb,
+                             void *upcbClosure,
+                             GNUNET_ECRS_TestTerminate tt,
+                             void *ttClosure,
+                             struct GNUNET_ECRS_URI **uri);  /* upload.c */
 
 /**
  * Test if a file is indexed.
@@ -587,7 +608,13 @@
  *
  * @return GNUNET_SYSERR if the unindexing failed (i.e. not indexed)
  */
-int GNUNET_ECRS_file_unindex (struct GNUNET_GE_Context *ectx, struct 
GNUNET_GC_Configuration *cfg, const char *filename, 
GNUNET_ECRS_UploadProgressCallback upcb, void *upcbClosure, 
GNUNET_ECRS_TestTerminate tt, void *ttClosure);    /* unindex.c */
+int GNUNET_ECRS_file_unindex (struct GNUNET_GE_Context *ectx,
+                              struct GNUNET_GC_Configuration *cfg,
+                              const char *filename,
+                              GNUNET_ECRS_UploadProgressCallback upcb,
+                              void *upcbClosure,
+                              GNUNET_ECRS_TestTerminate tt,
+                              void *ttClosure);    /* unindex.c */
 
 
 /**
@@ -610,7 +637,17 @@
  *
  * @return URI on success, NULL on error (namespace already exists)
  */
-struct GNUNET_ECRS_URI *GNUNET_ECRS_namespace_create (struct GNUNET_GE_Context 
*ectx, struct GNUNET_GC_Configuration *cfg, const char *name, const struct 
GNUNET_ECRS_MetaData *meta, unsigned int anonymityLevel, unsigned int priority, 
GNUNET_CronTime expiration, const struct GNUNET_ECRS_URI *advertisementURI, 
const GNUNET_HashCode * rootEntry);       /* namespace.c */
+struct GNUNET_ECRS_URI *
+GNUNET_ECRS_namespace_create (struct GNUNET_GE_Context *ectx,
+                              struct GNUNET_GC_Configuration *cfg,
+                              const char *name,
+                              const struct GNUNET_ECRS_MetaData *meta,
+                              unsigned int anonymityLevel,
+                              unsigned int priority,
+                              GNUNET_CronTime expiration,
+                              const struct GNUNET_ECRS_URI *advertisementURI,
+                              const GNUNET_HashCode * rootEntry);
+                              /* namespace.c */
 
 /**
  * Check if the given namespace exists (locally).
@@ -630,7 +667,9 @@
  *
  * @return GNUNET_OK on success, GNUNET_SYSERR on error
  */
-int GNUNET_ECRS_namespace_delete (struct GNUNET_GE_Context *ectx, struct 
GNUNET_GC_Configuration *cfg, const char *namespaceName);      /* namespace.c */
+int GNUNET_ECRS_namespace_delete (struct GNUNET_GE_Context *ectx,
+                                  struct GNUNET_GC_Configuration *cfg,
+                                  const char *namespaceName);  /* namespace.c 
*/
 
 /**
  * Callback with information about local (!) namespaces.
@@ -649,7 +688,10 @@
  * @param list where to store the names (is allocated, caller frees)
  * @return GNUNET_SYSERR on error, otherwise the number of pseudonyms in list
  */
-int GNUNET_ECRS_get_namespaces (struct GNUNET_GE_Context *ectx, struct 
GNUNET_GC_Configuration *cfg, GNUNET_ECRS_NamespaceInfoProcessor cb, void 
*cls); /* namespace.c */
+int GNUNET_ECRS_get_namespaces (struct GNUNET_GE_Context *ectx,
+                                struct GNUNET_GC_Configuration *cfg,
+                                GNUNET_ECRS_NamespaceInfoProcessor cb,
+                                void *cls); /* namespace.c */
 
 /**
  * Add an entry into a namespace.
@@ -661,7 +703,20 @@
  *        entry?
  * @return URI on success, NULL on error
  */
-struct GNUNET_ECRS_URI *GNUNET_ECRS_namespace_add_content (struct 
GNUNET_GE_Context *ectx, struct GNUNET_GC_Configuration *cfg, const char *name, 
unsigned int anonymityLevel, unsigned int priority, GNUNET_CronTime 
expirationTime, GNUNET_Int32Time creationTime, GNUNET_Int32Time updateInterval, 
const GNUNET_HashCode * thisId, const GNUNET_HashCode * nextId, const struct 
GNUNET_ECRS_URI *dst, const struct GNUNET_ECRS_MetaData *md);        /* 
namespace.c */
+struct GNUNET_ECRS_URI *
+GNUNET_ECRS_namespace_add_content (struct GNUNET_GE_Context *ectx,
+                                   struct GNUNET_GC_Configuration *cfg,
+                                   const char *name,
+                                   unsigned int anonymityLevel,
+                                   unsigned int priority,
+                                   GNUNET_CronTime expirationTime,
+                                   GNUNET_Int32Time creationTime,
+                                   GNUNET_Int32Time updateInterval,
+                                   const GNUNET_HashCode * thisId,
+                                   const GNUNET_HashCode * nextId,
+                                   const struct GNUNET_ECRS_URI *dst,
+                                   const struct GNUNET_ECRS_MetaData *md);
+                                   /* namespace.c */
 
 /**
  * Add an entry into the K-space (keyword space).
@@ -672,7 +727,15 @@
  * @param md what meta-data should be associated with the
  *        entry?
  */
-int GNUNET_ECRS_publish_under_keyword (struct GNUNET_GE_Context *ectx, struct 
GNUNET_GC_Configuration *cfg, const struct GNUNET_ECRS_URI *uri, unsigned int 
anonymityLevel, unsigned int priority, GNUNET_CronTime expirationTime, const 
struct GNUNET_ECRS_URI *dst, const struct GNUNET_ECRS_MetaData *md);   /* 
keyspace.c */
+int GNUNET_ECRS_publish_under_keyword (struct GNUNET_GE_Context *ectx,
+                                       struct GNUNET_GC_Configuration *cfg,
+                                       const struct GNUNET_ECRS_URI *uri,
+                                       unsigned int anonymityLevel,
+                                       unsigned int priority,
+                                       GNUNET_CronTime expirationTime,
+                                       const struct GNUNET_ECRS_URI *dst,
+                                       const struct GNUNET_ECRS_MetaData *md);
+                                       /* keyspace.c */
 
 /**
  * The search has found another result.  Callback to notify
@@ -697,7 +760,13 @@
  * @param uri specifies the search parameters
  * @param uri set to the URI of the uploaded file
  */
-struct GNUNET_ECRS_SearchContext *GNUNET_ECRS_search_start (struct 
GNUNET_GE_Context *ectx, struct GNUNET_GC_Configuration *cfg, const struct 
GNUNET_ECRS_URI *uri, unsigned int anonymityLevel, 
GNUNET_ECRS_SearchResultProcessor spcb, void *spcbClosure);    /* search.c */
+struct GNUNET_ECRS_SearchContext *
+GNUNET_ECRS_search_start (struct GNUNET_GE_Context *ectx,
+                          struct GNUNET_GC_Configuration *cfg,
+                          const struct GNUNET_ECRS_URI *uri,
+                          unsigned int anonymityLevel,
+                          GNUNET_ECRS_SearchResultProcessor spcb,
+                          void *spcbClosure);    /* search.c */
 
 /**
  * Stop search for content.
@@ -713,7 +782,14 @@
  * @param uri specifies the search parameters
  * @param uri set to the URI of the uploaded file
  */
-int GNUNET_ECRS_search (struct GNUNET_GE_Context *ectx, struct 
GNUNET_GC_Configuration *cfg, const struct GNUNET_ECRS_URI *uri, unsigned int 
anonymityLevel, GNUNET_ECRS_SearchResultProcessor spcb, void *spcbClosure, 
GNUNET_ECRS_TestTerminate tt, void *ttClosure); /* search.c */
+int GNUNET_ECRS_search (struct GNUNET_GE_Context *ectx,
+                        struct GNUNET_GC_Configuration *cfg,
+                        const struct GNUNET_ECRS_URI *uri,
+                        unsigned int anonymityLevel,
+                        GNUNET_ECRS_SearchResultProcessor spcb,
+                        void *spcbClosure,
+                        GNUNET_ECRS_TestTerminate tt,
+                        void *ttClosure); /* search.c */
 
 /**
  * Notification of ECRS to a client about the progress of an insertion
@@ -787,7 +863,15 @@
  * @param uri the URI of the file (determines what to download)
  * @param filename where to store the file
  */
-int GNUNET_ECRS_file_download (struct GNUNET_GE_Context *ectx, struct 
GNUNET_GC_Configuration *cfg, const struct GNUNET_ECRS_URI *uri, const char 
*filename, unsigned int anonymityLevel, GNUNET_ECRS_DownloadProgressCallback 
dpcb, void *dpcbClosure, GNUNET_ECRS_TestTerminate tt, void *ttClosure); /* 
download.c */
+int GNUNET_ECRS_file_download (struct GNUNET_GE_Context *ectx,
+                               struct GNUNET_GC_Configuration *cfg,
+                               const struct GNUNET_ECRS_URI *uri,
+                               const char *filename,
+                               unsigned int anonymityLevel,
+                               GNUNET_ECRS_DownloadProgressCallback dpcb,
+                               void *dpcbClosure,
+                               GNUNET_ECRS_TestTerminate tt,
+                               void *ttClosure); /* download.c */
 
 /**
  * DOWNLOAD parts of a file.  Note that this will store
@@ -808,7 +892,19 @@
  * @param start starting offset
  * @param length length of the download (starting at offset)
  */
-int GNUNET_ECRS_file_download_partial (struct GNUNET_GE_Context *ectx, struct 
GNUNET_GC_Configuration *cfg, const struct GNUNET_ECRS_URI *uri, const char 
*filename, unsigned long long offset, unsigned long long length, unsigned int 
anonymityLevel, int no_temporaries, GNUNET_ECRS_DownloadProgressCallback dpcb, 
void *dpcbClosure, GNUNET_ECRS_TestTerminate tt, void *ttClosure);       /* 
download.c */
+int GNUNET_ECRS_file_download_partial (struct GNUNET_GE_Context *ectx,
+                                       struct GNUNET_GC_Configuration *cfg,
+                                       const struct GNUNET_ECRS_URI *uri,
+                                       const char *filename,
+                                       unsigned long long offset,
+                                       unsigned long long length,
+                                       unsigned int anonymityLevel,
+                                       int no_temporaries,
+                                       GNUNET_ECRS_DownloadProgressCallback
+                                       dpcb,
+                                       void *dpcbClosure,
+                                       GNUNET_ECRS_TestTerminate tt,
+                                       void *ttClosure);       /* download.c */
 
 /**
  * Iterate over all entries in a directory.  Note that directories
@@ -824,7 +920,12 @@
  * @return number of entries on success, GNUNET_SYSERR if the
  *         directory is malformed
  */
-int GNUNET_ECRS_directory_list_contents (struct GNUNET_GE_Context *ectx, const 
char *data, unsigned long long len, struct GNUNET_ECRS_MetaData **md, 
GNUNET_ECRS_SearchResultProcessor spcb, void *spcbClosure);        /* 
directory.c */
+int GNUNET_ECRS_directory_list_contents (struct GNUNET_GE_Context *ectx,
+                                         const char *data,
+                                         unsigned long long len,
+                                         struct GNUNET_ECRS_MetaData **md,
+                                         GNUNET_ECRS_SearchResultProcessor 
spcb,
+                                         void *spcbClosure);   /* directory.c 
*/
 
 /**
  * Create a directory.
@@ -839,7 +940,13 @@
  *        is extended with the mime-type for a GNUnet directory.
  * @return GNUNET_OK on success, GNUNET_SYSERR on error
  */
-int GNUNET_ECRS_directory_create (struct GNUNET_GE_Context *ectx, char **data, 
unsigned long long *len, unsigned int count, const GNUNET_ECRS_FileInfo * fis, 
struct GNUNET_ECRS_MetaData *meta);       /* directory.c */
+int GNUNET_ECRS_directory_create (struct GNUNET_GE_Context *ectx,
+                                  char **data,
+                                  unsigned long long *len,
+                                  unsigned int count,
+                                  const GNUNET_ECRS_FileInfo * fis,
+                                  struct GNUNET_ECRS_MetaData *meta);
+                                  /* directory.c */
 
 #if 0                           /* keep Emacsens' auto-indent happy */
 {





reply via email to

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