5dc6610854
- print the times of last seen, etc in proper, human-readable format - print the times in local timezone format, not GMT - quick hack to make dstumbler beep when it discovers a new base station. it works, as opposed to what was there before (using /dev/spkr) Thanks to Nikolay Sturm for testing sound
13 lines
334 B
Plaintext
13 lines
334 B
Plaintext
$OpenBSD: patch-dstumbler_dstumbler_h,v 1.1 2003/01/14 23:52:40 pvalchev Exp $
|
|
--- dstumbler/dstumbler.h.orig Sat Nov 23 11:42:14 2002
|
|
+++ dstumbler/dstumbler.h Sat Nov 23 11:42:23 2002
|
|
@@ -450,7 +450,7 @@ void mon_stop(void);
|
|
* audio.c
|
|
*/
|
|
void audio_graph(int);
|
|
-void audio_play(char *);
|
|
+void audio_play(void);
|
|
|
|
/*
|
|
* log.c
|