Skip to content

Commit

Permalink
pua_reginfo: extern declaration of global vars in header file
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Mar 8, 2020
1 parent b514d33 commit 7afe5b9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/modules/pua_reginfo/pua_reginfo.h
Expand Up @@ -16,8 +16,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/

Expand All @@ -27,9 +27,9 @@
#include "../pua/pua_bind.h"
#include "../usrloc/usrloc.h"

str default_domain;
str outbound_proxy;
str server_address;
extern str default_domain;
extern str outbound_proxy;
extern str server_address;

extern usrloc_api_t ul; /*!< Structure containing pointers to usrloc functions*/
extern pua_api_t pua; /*!< Structure containing pointers to PUA functions*/
Expand Down

0 comments on commit 7afe5b9

Please sign in to comment.