Merge branch 'ical'
[alpine.git] / pico / osdep / shell.h
blobf356485f17c0b91586a6ca570ac91ed6a3c7e8f1
1 /*
2 * $Id: shell.h 807 2007-11-09 01:21:33Z 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 * ========================================================================
17 #ifndef PICO_OSDEP_SHELL_INCLUDED
18 #define PICO_OSDEP_SHELL_INCLUDED
21 /* exported prototypes */
22 #if defined(SIGTSTP) || defined(_WINDOWS)
23 int bktoshell(int, int);
24 #endif
27 #endif /* PICO_OSDEP_SHELL_INCLUDED */