Show
Ignore:
Timestamp:
04/24/08 18:08:21 (7 months ago)
Author:
anarcat
Message:

correctly declare functions

I forgot to mention that the original patch here is from Patrick Hétu.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • alternc-webalizer/trunk/alternc-webalizer

    r2176 r2177  
    1717trap cleanup 1 2 15 
    1818 
    19 cleanup
     19cleanup()
    2020    rm -f $TMPLOG 
    2121    rm -rf $CACHEDIR/* 
    2222} 
    2323 
    24 dostat
     24dostat()
    2525    read LANG DOM DIR USER 
    2626    while [ "$DOM" ]