# | Line 1 | Line 1 | |
---|---|---|
1 | /* | |
2 | * mon.cpp - cxmon main program | |
3 | * | |
4 | < | * cxmon (C) 1997-2004 Christian Bauer, Marc Hellwig |
4 | > | * cxmon (C) Christian Bauer, Marc Hellwig |
5 | * | |
6 | * This program is free software; you can redistribute it and/or modify | |
7 | * it under the terms of the GNU General Public License as published by | |
# | Line 1114 | Line 1114 | void mon_exit() | |
1114 | * Main function, read-execute loop | |
1115 | */ | |
1116 | ||
1117 | < | void mon(int argc, char **argv) |
1117 | > | void mon(int argc, const char **argv) |
1118 | { | |
1119 | bool done = false, interactive = true; | |
1120 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |