Emailed Author: In order to approve your plugin, you will need to make a few improvements.
Currently you have very generic function names that are likely to conflict with functions from other plugins or themes.
Every function in your plugin should be prefixed with a prefix that is unique to your plugin.
For example, if your plugin is called "Easy Custom Post Types", then you might prefix your functions with ecpt_{your function name here}.
When you have updated your plugin code, respond to this email with the new code for us to review again.