Possible Duplicate:
Defining starred versions of commands
I want to write a macro that has a starred version, e.g.
\newcommand*{\blah}{{\bfseries blah}}
\newcommand*{\blah*}{{\itshape blah}}
but when I do that I get an error: "Command already defined"
I looked through latex.ltx, but couldn't figure it out. Thanks.