2009-07-10 12:58:14 -07:00
|
|
|
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
|
|
|
|
* vim: sw=4 ts=4 et :
|
2012-05-21 04:12:37 -07:00
|
|
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
2009-07-10 12:58:14 -07:00
|
|
|
|
2014-07-30 00:24:00 -07:00
|
|
|
#include "../contentproc/plugin-container.cpp"
|
|
|
|
|
2013-06-03 03:14:46 -07:00
|
|
|
int
|
2014-07-30 00:24:00 -07:00
|
|
|
main(int argc, char *argv[]) {
|
|
|
|
return content_process_main(argc, argv);
|
2009-07-10 12:58:14 -07:00
|
|
|
}
|