14 lines
227 B
C
14 lines
227 B
C
/*
|
|
* uninitialized.h
|
|
*
|
|
* Created on: Nov 9, 2009
|
|
* Author: sears
|
|
*/
|
|
|
|
#ifndef UNINITIALIZED_H_
|
|
#define UNINITIALIZED_H_
|
|
#include "../page.h"
|
|
|
|
page_impl stasis_page_uninitialized_impl();
|
|
|
|
#endif /* UNINITIALIZED_H_ */
|