~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/innobase/include/page0page.h

  • Committer: Monty Taylor
  • Date: 2008-07-05 18:10:38 UTC
  • mto: This revision was merged to the branch mainline in revision 63.
  • Revision ID: monty@inaugust.com-20080705181038-0ih0nnamu5qrut0y
Fixed prototypes. Cleaned define a little bit.

Show diffs side-by-side

added added

removed removed

Lines of Context:
139
139
page_align(
140
140
/*=======*/
141
141
                        /* out: start of the page */
142
 
        const void*     ptr)    /* in: pointer to page frame */
 
142
        void*   ptr)    /* in: pointer to page frame */
143
143
                __attribute__((const));
144
144
/****************************************************************
145
145
Gets the offset within a page. */