Skip to content

Commit

Permalink
Skeleton for definition of hbdb_get_command()
Browse files Browse the repository at this point in the history
  • Loading branch information
soh-cah-toa committed Jun 5, 2011
1 parent 767d783 commit 2e3c187
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion src/hbdb.c
Expand Up @@ -34,9 +34,22 @@ This file contains functions used by the C<hbdb> debugger.

/*
=item C<void hbdb_get_command()>
Displays the user prompt.
*/

void
hbdb_get_command()
{
}

/*
=item C<INTVAL hbdb_get_line_number(PARROT_INTERP, PMC *context_pmc)>
Return the line number for the current context
Returns the line number for the current context
=cut
Expand Down

0 comments on commit 2e3c187

Please sign in to comment.