* new version 2.20.8.
[alpine.git] / alpine / kblock.h
blob0b6984c01889a4d19f57a389cd456edab48c0c8a
1 /*
2 * $Id: kblock.h 870 2007-12-14 06:45:43Z 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 PINE_KBLOCK_INCLUDED
17 #define PINE_KBLOCK_INCLUDED
20 #ifdef KEYBOARD_LOCK
22 /* exported protoypes */
23 int lock_keyboard(void);
25 #endif /* KEYBOARD_LOCK */
27 #endif /* PINE_KBLOCK_INCLUDED */