# | Line 16 | Line 16 | |
---|---|---|
16 | * You should have received a copy of the GNU General Public License | |
17 | * along with this program; if not, write to the Free Software | |
18 | * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | |
19 | + | * |
20 | + | * $Id$ |
21 | */ | |
22 | ||
23 | #include <stdio.h> | |
# | Line 26 | Line 28 | |
28 | int main(int argc, char **argv){ | |
29 | ||
30 | extern char *optarg; | |
29 | – | extern int optind; |
31 | int c; | |
32 | ||
33 | int delay = 1; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |