* clear out some warnings by gcc 9.3.1.
[alpine.git] / pico / osdep / chkpoint.h
blob66ca1baf390eae0b8395fa77eaccbbbbb72bc6d0
1 /*
2 * $Id: chkpoint.h 776 2007-10-24 23:14:26Z hubert@u.washington.edu $
4 * ========================================================================
5 * Copyright 2006 University of Washington
7 * Licensed under the Apache License, Version 2.0 (the "License");
8 * you may not use this file except in compliance with the License.
9 * You may obtain a copy of the License at
11 * http://www.apache.org/licenses/LICENSE-2.0
13 * ========================================================================
16 #ifndef PICO_OSDEP_CHKPOINT_INCLUDED
17 #define PICO_OSDEP_CHKPOINT_INCLUDED
20 /* exported prototypes */
21 void chkptinit(char *, size_t);
24 #endif /* PICO_OSDEP_CHKPOINT_INCLUDED */