Revision 1914
| trunk/nntpgrab_core/download_queue.h (revision 1914) | ||
|---|---|---|
| 21 | 21 | 
                   | 
              
| 22 | 22 | 
                  #include "nntpgrab_plugin.h"  | 
              
| 23 | 23 | 
                  #include "configuration.h"  | 
              
| 24 | 
                  #include "collections.h"  | 
              |
| 24 | 25 | 
                   | 
              
| 25 | 26 | 
                  gboolean download_queue_init(Configuration *config, char **errmsg);  | 
              
| 26 | 27 | 
                  gboolean download_queue_destroy(char **errmsg);  | 
              
| trunk/nntpgrab_core/nntpgrab_plugin.h (revision 1914) | ||
|---|---|---|
| 22 | 22 | 
                  #include  | 
              
| 23 | 23 | 
                  #include  | 
              
| 24 | 24 | 
                   | 
              
| 25 | 
                  #include "nntpgrab_types.h"  | 
              |
| 26 | 
                  #include "collections.h"  | 
              |
| 25 | 
                  #include  | 
              |
| 27 | 26 | 
                   | 
              
| 28 | 27 | 
                  G_BEGIN_DECLS  | 
              
| 29 | 28 | 
                   | 
              
| trunk/nntpgrab_core/configuration.c (revision 1914) | ||
|---|---|---|
| 29 | 29 | 
                  #include "configuration.h"  | 
              
| 30 | 30 | 
                  #include "nntpgrab_internal.h"  | 
              
| 31 | 31 | 
                  #include "nntpgrab_plugin.h"  | 
              
| 32 | 
                  #include "collections.h"  | 
              |
| 32 | 33 | 
                   | 
              
| 33 | 34 | 
                  typedef struct ConfigurationClass ConfigurationClass;  | 
              
| 34 | 35 | 
                   | 
              
| trunk/plugins/par2/plugin_par2.c (revision 1914) | ||
|---|---|---|
| 322 | 322 | 
                  }  | 
              
| 323 | 323 | 
                  #endif  | 
              
| 324 | 324 | 
                   | 
              
| 325 | 
                  #if 0  | 
              |
| 325 | 326 | 
                  gboolean  | 
              
| 326 | 327 | 
                  nntpgrab_plugin_par2_load_verification_packet(const char *filename, PAR2Set **par2set)  | 
              
| 327 | 328 | 
                  {
                 | 
              
| 328 | 
                  #if 0  | 
              |
| 329 | 329 | 
                  DiskFile *file;  | 
              
| 330 | 330 | 
                  VerificationPacket *packet = NULL;  | 
              
| 331 | 331 | 
                   | 
              
| ... | ... | |
| 483 | 483 | 
                   | 
              
| 484 | 484 | 
                  delete packet;  | 
              
| 485 | 485 | 
                  delete file;  | 
              
| 486 | 
                  #endif  | 
              |
| 487 | 486 | 
                   | 
              
| 488 | 487 | 
                  return TRUE;  | 
              
| 489 | 488 | 
                  }  | 
              
| 489 | 
                  #endif  | 
              |
| 490 | 490 | 
                   | 
              
| 491 | 491 | 
                  char *  | 
              
| 492 | 492 | 
                  strip_large_filenames(const char *filename)  | 
              
| trunk/plugins/decoder/decoder.c (revision 1914) | ||
|---|---|---|
| 26 | 26 | 
                  #include  | 
              
| 27 | 27 | 
                   | 
              
| 28 | 28 | 
                  #include "nntpgrab_plugin.h"  | 
              
| 29 | 
                  #include "collections.h"  | 
              |
| 29 | 30 | 
                  #include "yydecode.h"  | 
              
| 30 | 31 | 
                  #include "crc32.h"  | 
              
| 31 | 32 | 
                  #include "marshalers.h"  | 
              
| trunk/plugins/jsonrpc/jsonrpc_methods.c (revision 1914) | ||
|---|---|---|
| 25 | 25 | 
                  #include "json.h"  | 
              
| 26 | 26 | 
                  #include "jsonrpc.h"  | 
              
| 27 | 27 | 
                  #include "config.h"  | 
              
| 28 | 
                  #include "collections.h"  | 
              |
| 28 | 29 | 
                  #include  | 
              
| 29 | 30 | 
                   | 
              
| 30 | 31 | 
                  static NGPlugin *plugin_data_global = NULL;  | 
              
| trunk/client/gui/Makefile.am (revision 1914) | ||
|---|---|---|
| 69 | 69 | 
                  mv tmp $(SVN_REV_FILE); \  | 
              
| 70 | 70 | 
                  sed s/exported/0/ $(SVN_REV_FILE) > tmp; \  | 
              
| 71 | 71 | 
                  mv tmp $(SVN_REV_FILE); \  | 
              
| 72 | 
                  sed s/'Unversioned directory'/0/ $(SVN_REV_FILE) > tmp; \  | 
              |
| 73 | 
                  mv tmp $(SVN_REV_FILE); \  | 
              |
| 72 | 74 | 
                  sed s/M.*// $(SVN_REV_FILE) > tmp; \  | 
              
| 73 | 75 | 
                  mv tmp $(SVN_REV_FILE);; \  | 
              
| 74 | 76 | 
                  *) \  | 
              
| 75 | 77 | 
                  sed -i.backup s/:.*// $(SVN_REV_FILE); \  | 
              
| 76 | 78 | 
                  sed -i.backup s/exported/0/ $(SVN_REV_FILE); \  | 
              
| 79 | 
                  sed -i.backup s/'Unversioned directory'/0/ $(SVN_REV_FILE); \  | 
              |
| 77 | 80 | 
                  sed -i.backup s/M.*// $(SVN_REV_FILE);; \  | 
              
| 78 | 81 | 
                  esac  | 
              
| 79 | 82 | 
                   | 
              
Also available in: Unified diff
NNTPGrab

