~ubuntu-branches/ubuntu/saucy/mplayerplug-in/saucy

« back to all changes in this revision

Viewing changes to Source/plugin-setup.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T Chen
  • Date: 2006-06-27 04:52:18 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20060627045218-dx495rr0atvev8nu
Tags: 3.25-7ubuntu1
Resynchronise with Debian (Closes Ubuntu: #33722, #43382, #44639,
#48424).

Show diffs side-by-side

added added

removed removed

Lines of Context:
169
169
char *getURLHostname(char *url);
170
170
char *getURLFilename(char *url);
171
171
int isMms(char *url, int nomediacache);
 
172
void mmsToHttp(char *dest, char *src);
172
173
int sendCommand(nsPluginInstance * instance, char *command);
173
174
int URLcmp(const char *url1, const char *url2);
174
175
extern void remove_quotes(char *url);