~martin-decky/helenos/rcu

« back to all changes in this revision

Viewing changes to uspace/app/tetris/tetris.h

  • Committer: Martin Decky
  • Date: 2010-02-25 19:11:25 UTC
  • Revision ID: martin@uranus.dsrg.hide.ms.mff.cuni.cz-20100225191125-kbzwwihgu0uj0dss
make sure that all statically allocated strings are declared as "const char *"
and are treated as read-only

Show diffs side-by-side

added added

removed removed

Lines of Context:
185
185
 
186
186
extern int fits_in(const struct shape *, int);
187
187
extern void place(const struct shape *, int, int);
188
 
extern void stop(char *);
 
188
extern void stop(const char *);
189
189
 
190
190
/** @}
191
191
 */