Ignore:
Timestamp:
03/01/09 21:17:46 (15 years ago)
Author:
tim
Message:

integrated talloc into most of the rest of the regfi library
fixed a length validation issue

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/void_stack.h

    r111 r150  
    11/*
    2  * Copyright (C) 2005,2007 Timothy D. Morgan
     2 * Copyright (C) 2005,2007,2009 Timothy D. Morgan
    33 *
    44 * This program is free software; you can redistribute it and/or modify
     
    1818 */
    1919
     20#ifndef _VOID_STACK_H
     21#define _VOID_STACK_H
     22
    2023#include <stdlib.h>
    2124#include <stdbool.h>
    2225#include <string.h>
    23 
    24 #ifndef _VOID_STACK_H
    25 #define _VOID_STACK_H
     26#include "talloc.h"
    2627
    2728typedef struct _void_stack
Note: See TracChangeset for help on using the changeset viewer.