Changeset 148 for trunk/include/range_list.h
- Timestamp:
- 02/22/09 18:22:59 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/range_list.h
r122 r148 1 1 /* 2 * Copyright (C) 2008 Timothy D. Morgan2 * Copyright (C) 2008-2009 Timothy D. Morgan 3 3 * 4 4 * This program is free software; you can redistribute it and/or modify … … 18 18 */ 19 19 20 #ifndef _RANGE_LIST_H 21 #define _RANGE_LIST_H 22 20 23 #include <stdlib.h> 21 24 #include <stdbool.h> 22 25 #include <stdint.h> 23 26 #include <string.h> 24 25 #ifndef _RANGE_LIST_H 26 #define _RANGE_LIST_H 27 27 #include <math.h> 28 #include "talloc.h" 28 29 29 30 typedef struct _range_list_element
Note: See TracChangeset
for help on using the changeset viewer.