2024-10-14 23:08:12 +02:00
|
|
|
/*
|
|
|
|
Copyright (C) 2016-2019 The University of Notre Dame
|
|
|
|
This software is distributed under the GNU General Public License.
|
|
|
|
See the file LICENSE for details.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef KSHELL_H
|
|
|
|
#define KSHELL_H
|
|
|
|
|
2024-12-09 20:43:17 +01:00
|
|
|
int kshell_execute(int argc, const char **argv);
|
2024-10-14 23:08:12 +02:00
|
|
|
int kshell_launch();
|
|
|
|
|
|
|
|
#endif
|