~timkross/cjdns/cjdns

« back to all changes in this revision

Viewing changes to dht/DebugModule.h

  • Committer: cjdelisle
  • Date: 2011-02-16 23:03:00 UTC
  • Revision ID: git-v1:d475c9c10adc25590bea5e7dc5383b32f66d5eb8
First commit for cjdns.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#include "DHTModules.h"
 
2
#include "memory/MemAllocator.h"
 
3
 
 
4
struct DHTModule* DebugModule_new(struct MemAllocator* allocator);