ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/libio/mem/balloc.h
(Generate patch)

Comparing:
ircd-hybrid/include/balloc.h (file contents), Revision 62 by adx, Mon Oct 3 22:23:39 2005 UTC vs.
ircd-hybrid/libio/mem/balloc.h (file contents), Revision 69 by adx, Tue Oct 4 16:09:51 2005 UTC

# Line 25 | Line 25
25   * \todo Get rid of all typedefs in this file
26   */
27  
28 #ifndef INCLUDED_balloc_h
29 #define INCLUDED_balloc_h
30
31 #include "setup.h"
32
28   #ifndef NOBALLOC
34 #include "tools.h"
35 #include "memory.h"
36
29  
30   /*! \brief Block contains status information for
31   *         an allocated block in our heap.
# Line 96 | Line 88 | typedef struct BlockHeap BlockHeap;
88   #endif /* NOBALLOC */
89  
90   extern BlockHeap *heap_list;
99
100 #endif /* INCLUDED_balloc_h */

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)