Changeset c0e674a in mainline for tetris/scores.h


Ignore:
Timestamp:
2006-05-31T16:15:44Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5052046
Parents:
b27a97bb
Message:

Fix incorrect timeout handling in async framework.
Start tweak the tetris code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tetris/scores.h

    rb27a97bb rc0e674a  
    3939 * Tetris scores.
    4040 */
     41#include <sys/time.h>
     42#define MAXLOGNAME 10
    4143struct highscore {
    4244        char    hs_name[MAXLOGNAME];    /* login name */
     
    5052#define EXPIRATION      (5L * 365 * 24 * 60 * 60)
    5153
    52 void    savescore(int);
    53 void    showscores(int);
     54void savescore(int);
     55void showscores(int);
Note: See TracChangeset for help on using the changeset viewer.